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

Interface SystemNamePhrase

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


    public interface SystemNamePhrase
    extends ASTNode
    A representation of a system name phrase in the VALUE OF clause in a file description entry.

    The following features are supported:

    See Also:
    COBOLPackage.getSystemNamePhrase()
    • Method Detail

      • getSystemName

        java.lang.String getSystemName()
        Returns the value of the 'System Name' attribute.

        Returns:
        the value of the 'System Name' attribute.
        See Also:
        setSystemName(String), COBOLPackage.getSystemNamePhrase_SystemName()
      • setSystemName

        void setSystemName(java.lang.String value)
        Sets the value of the 'System Name' attribute.
        Parameters:
        value - the new value of the 'System Name' attribute.
        See Also:
        getSystemName()
      • getValue

        DataRefOrLiteral getValue()
        Returns the value of the 'Value' containment reference.

        The value is the data reference or literal that follows the system name in the system name phrase.

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRefOrLiteral), COBOLPackage.getSystemNamePhrase_Value()
      • setValue

        void setValue(DataRefOrLiteral value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()