public static enum ServiceTree.LeafType extends Enum<ServiceTree.LeafType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ServiceTree.LeafType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceTree.LeafType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceTree.LeafType CLASS
public static final ServiceTree.LeafType NAME
public static ServiceTree.LeafType[] values()
for (ServiceTree.LeafType c : ServiceTree.LeafType.values()) System.out.println(c);
public static ServiceTree.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<ServiceTree.LeafType>Copyright © 2014. All Rights Reserved.