|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TreeDataModel.TreeObjectTypes> org.bibalex.daf.commongui.datamodels.TreeDataModel.TreeObjectTypes
protected static enum TreeDataModel.TreeObjectTypes
Defines the 3 Types of nodes (levels) suported by this tree model.
Enum Constant Summary | |
---|---|
Child
Represents a leaf element. |
|
Element
Represents a non-leaf, non-Root element. |
|
Root
Represents a Root tree element. |
Method Summary | |
---|---|
static TreeDataModel.TreeObjectTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TreeDataModel.TreeObjectTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TreeDataModel.TreeObjectTypes Root
public static final TreeDataModel.TreeObjectTypes Element
public static final TreeDataModel.TreeObjectTypes Child
Method Detail |
---|
public static final TreeDataModel.TreeObjectTypes[] values()
for(TreeDataModel.TreeObjectTypes c : TreeDataModel.TreeObjectTypes.values()) System.out.println(c);
public static TreeDataModel.TreeObjectTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |