public static enum DependableFactory.Parms.Depth extends java.lang.Enum<DependableFactory.Parms.Depth>
Dependable
s.Enum Constant and Description |
---|
CHILDREN
Immediate children, excludes Self.
|
SELF
Only current element, this is the Default.
|
Modifier and Type | Method and Description |
---|---|
static DependableFactory.Parms.Depth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependableFactory.Parms.Depth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependableFactory.Parms.Depth SELF
public static final DependableFactory.Parms.Depth CHILDREN
public static DependableFactory.Parms.Depth[] values()
for (DependableFactory.Parms.Depth c : DependableFactory.Parms.Depth.values()) System.out.println(c);
public static DependableFactory.Parms.Depth 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