com.ibm.pdp.maf.rpp.pac.segment
Interface UndefinedDataElementComponent

All Superinterfaces:
AbstractCELine, CELine, Component, Element

public interface UndefinedDataElementComponent
extends Component

The component is a Data Element which is not defined in the repository.

The name, label, internal format and usage are the main informations.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getInternalFormat()
           
 DataElementInternalUsageValues getInternalUsage()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.Component
getClassControl, getDBE, getOccurs, getPresenceCheck, getSE, getSortKey
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.AbstractCELine
getGCLines, getGELines, getGGLines, getMoreControls
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getInternalFormat

java.lang.String getInternalFormat()

Indicates the internal format of the undefined Data Element.

Returns:

getInternalUsage

DataElementInternalUsageValues getInternalUsage()

Indicates the internal usage of the undefined Data Element.

The internal usage corresponds to the COBOL USAGE clause.

With the USAGE clause of a COBOL numeric variable, you indicate the internal representation of its value. Different usages are available depending on the COBOL variants adapted to the material in use.

Returns:

getLabel

java.lang.String getLabel()

Indicates the label of the undefined Data Element.

Returns:

getName

java.lang.String getName()

Indicates the name of the undefined Data Element.

Returns: