static enum HierarchyUsage.Kind extends Enum<HierarchyUsage.Kind>
Modifier and Type | Method and Description |
---|---|
static HierarchyUsage.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchyUsage.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HierarchyUsage.Kind UNKNOWN
public static final HierarchyUsage.Kind SHARED
public static final HierarchyUsage.Kind VIRTUAL
public static final HierarchyUsage.Kind PRIVATE
public static HierarchyUsage.Kind[] values()
for (HierarchyUsage.Kind c : HierarchyUsage.Kind.values()) System.out.println(c);
public static HierarchyUsage.Kind 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 null