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.

    • 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: