|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.Graph.AttributeData
public static class Graph.AttributeData
Stores information about an attribute.
| Method Summary | |
|---|---|
long |
getCount()
Gets the number of non-null values. |
short |
getDatatype()
Gets the data type. |
long |
getId()
Gets the attribute identifier. |
short |
getKind()
Gets the kind of the attribute. |
java.lang.String |
getName()
Gets the name of the attribute. |
long |
getParent()
Gets the parent for inherited attributes. |
long |
getSize()
Gets the number of different values. |
int |
getType()
Gets the type identifier owner of the attribute. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long getId()
public java.lang.String getName()
public int getType()
public long getSize()
public long getCount()
public short getDatatype()
Valuepublic short getKind()
See Attribute section at Graph.
Graphpublic long getParent()
Identifiers.INVALID_ATTRIBUTE.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||