com.ibm.etools.cobol.application.model.cobol

Interface CicsVerifyTokenDataTypeData

  • All Superinterfaces:
    ASTNode, CicsVerifyTokenDataType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsVerifyTokenDataTypeData
    extends CicsVerifyTokenDataType
    A representation of the model object 'Cics Verify Token Data Type Data'.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsVerifyTokenDataTypeData()
    • Method Detail

      • getData

        DataRefOrLiteral getData()
        Returns the value of the 'Data' containment reference.

        If the meaning of the 'Data' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Data' containment reference.
        See Also:
        setData(DataRefOrLiteral), COBOLPackage.getCicsVerifyTokenDataTypeData_Data()
      • setData

        void setData(DataRefOrLiteral value)
        Sets the value of the 'Data' containment reference.
        Parameters:
        value - the new value of the 'Data' containment reference.
        See Also:
        getData()