public static enum DLICallProperty.POS_Option extends Enum<DLICallProperty.POS_Option>
| Enum Constant and Description |
|---|
PCHSEGTS |
PCLBSGTS |
PCSEGHWM |
PCSEGRTS |
V5SEGRBA |
| Modifier and Type | Method and Description |
|---|---|
static DLICallProperty.POS_Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.POS_Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLICallProperty.POS_Option V5SEGRBA
public static final DLICallProperty.POS_Option PCSEGRTS
public static final DLICallProperty.POS_Option PCSEGHWM
public static final DLICallProperty.POS_Option PCHSEGTS
public static final DLICallProperty.POS_Option PCLBSGTS
public static DLICallProperty.POS_Option[] values()
for (DLICallProperty.POS_Option c : DLICallProperty.POS_Option.values()) System.out.println(c);
public static DLICallProperty.POS_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.