com.ibm.etools.cobol.application.model.cobol
Interface VariableGroup

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VariableGroupImpl

public interface VariableGroup
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Variable Group'.

The following features are supported:

See Also:
COBOLPackage.getVariableGroup()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ASTNodeSet getGroup()
          Returns the value of the 'Group' containment reference.
 ASTNodeSet getReasons()
          Returns the value of the 'Reasons' containment reference.
 void setGroup(ASTNodeSet value)
          Sets the value of the 'Group' containment reference.
 void setReasons(ASTNodeSet value)
          Sets the value of the 'Reasons' containment reference.
 
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

getGroup

ASTNodeSet getGroup()
Returns the value of the 'Group' containment reference.

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

Returns:
the value of the 'Group' containment reference.
See Also:
setGroup(ASTNodeSet), COBOLPackage.getVariableGroup_Group()

setGroup

void setGroup(ASTNodeSet value)
Sets the value of the 'Group' containment reference.

Parameters:
value - the new value of the 'Group' containment reference.
See Also:
getGroup()

getReasons

ASTNodeSet getReasons()
Returns the value of the 'Reasons' containment reference.

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

Returns:
the value of the 'Reasons' containment reference.
See Also:
setReasons(ASTNodeSet), COBOLPackage.getVariableGroup_Reasons()

setReasons

void setReasons(ASTNodeSet value)
Sets the value of the 'Reasons' containment reference.

Parameters:
value - the new value of the 'Reasons' containment reference.
See Also:
getReasons()