public static enum DLICallProperty.LockClass extends Enum<DLICallProperty.LockClass>
Modifier and Type | Method and Description |
---|---|
static DLICallProperty.LockClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.LockClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLICallProperty.LockClass A
public static final DLICallProperty.LockClass B
public static final DLICallProperty.LockClass C
public static final DLICallProperty.LockClass D
public static final DLICallProperty.LockClass E
public static final DLICallProperty.LockClass F
public static final DLICallProperty.LockClass G
public static final DLICallProperty.LockClass H
public static final DLICallProperty.LockClass I
public static final DLICallProperty.LockClass J
public static DLICallProperty.LockClass[] values()
for (DLICallProperty.LockClass c : DLICallProperty.LockClass.values()) System.out.println(c);
public static DLICallProperty.LockClass 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.