public static enum DLICallProperty.Classname extends java.lang.Enum<DLICallProperty.Classname>
Enum Constant and Description |
---|
DATABASE |
FIELD |
OTHER |
SEGMENT |
TRAN |
Modifier and Type | Method and Description |
---|---|
static DLICallProperty.Classname |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.Classname[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLICallProperty.Classname TRAN
public static final DLICallProperty.Classname DATABASE
public static final DLICallProperty.Classname SEGMENT
public static final DLICallProperty.Classname FIELD
public static final DLICallProperty.Classname OTHER
public static DLICallProperty.Classname[] values()
for (DLICallProperty.Classname c : DLICallProperty.Classname.values()) System.out.println(c);
public static DLICallProperty.Classname 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