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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalFormat()
Indicates the internal format of the undefined Data Element.
|
DataElementInternalUsageValues |
getInternalUsage()
Indicates the internal usage of the undefined Data Element.
|
java.lang.String |
getLabel()
Indicates the label of the undefined Data Element.
|
java.lang.String |
getName()
Indicates the name of the undefined Data Element.
|
getClassControl, getDBE, getOccurs, getPresenceCheck, getSE, getSortKey
getGCLines, getGELines, getGGLines, getMoreControls
static final java.lang.String copyright
java.lang.String getInternalFormat()
Indicates the internal format of the undefined Data Element.
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.
java.lang.String getLabel()
Indicates the label of the undefined Data Element.
java.lang.String getName()
Indicates the name of the undefined Data Element.