Package | Description |
---|---|
com.ibm.ims.dli |
Provides an API to write Java applications that can access IMS databases
using DL/I programming semantics.
|
Modifier and Type | Method and Description |
---|---|
static DLICallProperty.Property |
DLICallProperty.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICallProperty.Property[] |
DLICallProperty.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Hashtable<DLICallProperty.Property,String> |
SETOCallResult.getFeedback()
Retrieves error information about the options list used in the SETO call.
|
Modifier and Type | Method and Description |
---|---|
Object |
DLICallProperty.get(DLICallProperty.Property key)
Retrieves an object representing the DL/I call property.
|
void |
DLICallProperty.put(DLICallProperty.Property key,
Object value)
Sets the value of a DL/I call property.
|
(c) Copyright IBM Corporation 2008, 2017.