public static enum DLICallProperty.Classname extends Enum<DLICallProperty.Classname>
| Enum Constant and Description |
|---|
DATABASE |
FIELD |
OTHER |
SEGMENT |
TRAN |
| Modifier and Type | Method and Description |
|---|---|
static DLICallProperty.Classname |
valueOf(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(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(c) Copyright IBM Corporation 2008, 2017.