public static enum DLICallProperty.Property extends Enum<DLICallProperty.Property>
Modifier and Type | Method and Description |
---|---|
static DLICallProperty.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLICallProperty.Property AIB_OUTPUT_AREA_LENGTH
public static final DLICallProperty.Property AIB_SUB_FUNCTION_CODE
public static final DLICallProperty.Property AOI_TOKEN
public static final DLICallProperty.Property CALL_TYPE
public static final DLICallProperty.Property CLASSNAME
public static final DLICallProperty.Property COMMAND
public static final DLICallProperty.Property DATA_AREA
public static final DLICallProperty.Property FSA
public static final DLICallProperty.Property KEYWORD
public static final DLICallProperty.Property LOCK_CLASS
public static final DLICallProperty.Property LOG_CODE_BYTE
public static final DLICallProperty.Property LOG_TEXT
public static final DLICallProperty.Property OPTIONS_LIST
public static final DLICallProperty.Property PCB_NAME
public static final DLICallProperty.Property RESOURCE
public static final DLICallProperty.Property SSALIST
public static final DLICallProperty.Property SETDATA
public static final DLICallProperty.Property STAT_EXTENDED
public static final DLICallProperty.Property STAT_FORMAT
public static final DLICallProperty.Property STAT_TYPE
public static final DLICallProperty.Property TOKEN
public static final DLICallProperty.Property PRTO
public static final DLICallProperty.Property APPC_SEND_ERROR
public static final DLICallProperty.Property APPC_DEALLOCATE_ABEND
public static final DLICallProperty.Property DESTINATION
public static final DLICallProperty.Property ID
public static final DLICallProperty.Property BUFFER_POOL
public static final DLICallProperty.Property CONTROL_BLOCKS
public static final DLICallProperty.Property DUMP_CONTROL_BLOCKS
public static final DLICallProperty.Property ALL
public static final DLICallProperty.Property REGION
public static DLICallProperty.Property[] values()
for (DLICallProperty.Property c : DLICallProperty.Property.values()) System.out.println(c);
public static DLICallProperty.Property 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.