com.ibm.pdp.maf.rpp.kernel

Interface DataCall

  • All Superinterfaces:
    DataComponent, Element


    public interface DataCall
    extends DataComponent

    This interface represents a data call.

    NOTES :

    • Only a DataDefinition or a DataDescription can be set. But not the two values at the same time.

    • Method Detail

      • getDataDefinition

        DataDefinition getDataDefinition()

        Returns the data definition.

        Returns:
      • getDataDescription

        DataDescription getDataDescription()

        Returns the data description.

        Returns:
      • getIdentifier

        Identifier getIdentifier()

        Returns the identifier.

        Returns:
      • getLabel

        java.lang.String getLabel()
        Returns:
      • getName

        java.lang.String getName()
        Returns:
      • getSort

        Sort getSort()

        Returns the sort.

        Returns:
      • getUnique

        Unique getUnique()

        Returns the unique.

        Returns:
      • isControlValue

        boolean isControlValue()

        Returns the value control flag.

        Returns: