public static enum ClassHierarchy.MissingSuperClassHandling extends java.lang.Enum<ClassHierarchy.MissingSuperClassHandling>
| Modifier and Type | Method and Description |
|---|---|
static ClassHierarchy.MissingSuperClassHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassHierarchy.MissingSuperClassHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassHierarchy.MissingSuperClassHandling NONE
public static final ClassHierarchy.MissingSuperClassHandling ROOT
public static final ClassHierarchy.MissingSuperClassHandling PHANTOM
public static ClassHierarchy.MissingSuperClassHandling[] values()
for (ClassHierarchy.MissingSuperClassHandling c : ClassHierarchy.MissingSuperClassHandling.values()) System.out.println(c);
public static ClassHierarchy.MissingSuperClassHandling 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 namejava.lang.NullPointerException - if the argument is null