|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.attributes.AttributeType
public class AttributeType
Base class for enumeration of types of attributes that can be used
in DIFGraph
s.
It won't be possible to create an instance of this object and it doesn't
have any public fields. During the first access to any of its sub-classes, it
initializes it's internal data structure. For more information about the
usage of the methods refer to the package description.
DIFGraph
Constructor Summary | |
---|---|
protected |
AttributeType(java.lang.String label)
|
Method Summary | |
---|---|
static java.util.Collection |
elements()
Return a collection of attribute types available in the classes which extend this class and which are referred in the code through their public fields at least once before using this method. |
static int |
getNumLevels()
Return the amount of attribute types available in the classes which extend this class and which are referred in the code through their public fields at least once before using this method. |
int |
intValue()
Return the integer equivalent of the attribute type. |
java.lang.String |
toString()
Return the string equivalent of the collection element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AttributeType(java.lang.String label)
Method Detail |
---|
public static final java.util.Collection elements()
public static int getNumLevels()
public final int intValue()
public final 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 |