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

Interface UsageClause

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


    public interface UsageClause
    extends ASTNode
    A representation of the USAGE clause in the declaration of a data item.

    The following features are supported:

    See Also:
    COBOLPackage.getUsageClause()
    • Method Detail

      • isNative

        boolean isNative()
        Returns the value of the 'Native' attribute.

        Returns true if the NATIVE keyword appears in the USAGE clause; false otherwise.

        Returns:
        the value of the 'Native' attribute.
        See Also:
        setNative(boolean), COBOLPackage.getUsageClause_Native()
      • setNative

        void setNative(boolean value)
        Sets the value of the 'Native' attribute.
        Parameters:
        value - the new value of the 'Native' attribute.
        See Also:
        isNative()