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

Interface ValidatingClause

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


    public interface ValidatingClause
    extends ASTNode
    A representation of the VALIDATING clause in an XML PARSE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getValidatingClause()
    • Method Detail

      • getSchemaDataItem

        DataRef getSchemaDataItem()
        Returns the value of the 'Schema Data Item' containment reference.

        The value is a reference to the data item containing the schema; if a schema is specified, this value is null.

        Returns:
        the value of the 'Schema Data Item' containment reference.
        See Also:
        setSchemaDataItem(DataRef), COBOLPackage.getValidatingClause_SchemaDataItem()
      • setSchemaDataItem

        void setSchemaDataItem(DataRef value)
        Sets the value of the 'Schema Data Item' containment reference.
        Parameters:
        value - the new value of the 'Schema Data Item' containment reference.
        See Also:
        getSchemaDataItem()
      • getSchema

        XMLSchema getSchema()
        Returns the value of the 'Schema' reference.

        The value is an XML schema specified in the SPECIAL-NAMES paragraph. If the schema is in a data item, this value is null.

        Returns:
        the value of the 'Schema' reference.
        See Also:
        setSchema(XMLSchema), COBOLPackage.getValidatingClause_Schema()
      • setSchema

        void setSchema(XMLSchema value)
        Sets the value of the 'Schema' reference.
        Parameters:
        value - the new value of the 'Schema' reference.
        See Also:
        getSchema()