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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getSystemName()
          Returns the value of the 'System Name' attribute.
 DataRefOrLiteral getValue()
          Returns the value of the 'Value' containment reference.
 void setSystemName(java.lang.String value)
          Sets the value of the 'System Name' attribute.
 void setValue(DataRefOrLiteral value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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()