public static enum GHNTree.LeafType extends Enum<GHNTree.LeafType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GHNTree.LeafType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHNTree.LeafType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHNTree.LeafType DOMAIN
public static final GHNTree.LeafType GHN
public static GHNTree.LeafType[] values()
for (GHNTree.LeafType c : GHNTree.LeafType.values()) System.out.println(c);
public static GHNTree.LeafType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GHNTree.LeafType>Copyright © 2014. All Rights Reserved.