Package | Description |
---|---|
com.ibm.pdp.maf.rpp.pac.dataelement |
This package describes the com.ibm.pdp.maf.rpp.kernel.pac.dataelement, see the description for an UML overview.
|
com.ibm.pdp.maf.rpp.pac.segment |
This package describes the com.ibm.pdp.maf.rpp.pac.segment, see the description for an UML overview.
|
Modifier and Type | Method and Description |
---|---|
DataElementInternalUsageValues |
DataElement.getInternalUsage()
The internal usage corresponds to the COBOL USAGE clause.
|
static DataElementInternalUsageValues |
DataElementInternalUsageValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataElementInternalUsageValues[] |
DataElementInternalUsageValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataElementInternalUsageValues |
UndefinedDataElementComponent.getInternalUsage()
Indicates the internal usage of the undefined Data Element.
|
DataElementInternalUsageValues |
Filler.getUsage()
The internal usage corresponds to the COBOL USAGE clause.
|