public static enum DLICallProperty.STAT_Option extends Enum<DLICallProperty.STAT_Option>
Enum Constant and Description |
---|
FORMAT_F |
FORMAT_O |
FORMAT_S |
FORMAT_U |
STAT_EXTENDED |
STAT_NORMAL |
TYPE_DBAS |
TYPE_DBES |
TYPE_VBAS |
TYPE_VBES |
Modifier and Type | Method and Description |
---|---|
static DLICallProperty.STAT_Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.STAT_Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLICallProperty.STAT_Option TYPE_DBAS
public static final DLICallProperty.STAT_Option TYPE_DBES
public static final DLICallProperty.STAT_Option TYPE_VBAS
public static final DLICallProperty.STAT_Option TYPE_VBES
public static final DLICallProperty.STAT_Option FORMAT_F
public static final DLICallProperty.STAT_Option FORMAT_O
public static final DLICallProperty.STAT_Option FORMAT_S
public static final DLICallProperty.STAT_Option FORMAT_U
public static final DLICallProperty.STAT_Option STAT_NORMAL
public static final DLICallProperty.STAT_Option STAT_EXTENDED
public static DLICallProperty.STAT_Option[] values()
for (DLICallProperty.STAT_Option c : DLICallProperty.STAT_Option.values()) System.out.println(c);
public static DLICallProperty.STAT_Option 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.