org.eclipse.gmt.umlx.eqvtr.cst
Interface DefaultValueCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface DefaultValueCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Default Value CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getDefaultValueCS()

Method Summary
 IdentifierCS getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 org.eclipse.ocl.internal.cst.OCLExpressionCS getInitialiser()
          Returns the value of the 'Initialiser' containment reference.
 void setIdentifier(IdentifierCS value)
          Sets the value of the 'Identifier' containment reference.
 void setInitialiser(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
          Sets the value of the 'Initialiser' containment reference.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIdentifier

IdentifierCS getIdentifier()
Returns the value of the 'Identifier' containment reference.

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

Returns:
the value of the 'Identifier' containment reference.
See Also:
setIdentifier(IdentifierCS), EqvtrCSTPackage.getDefaultValueCS_Identifier()

setIdentifier

void setIdentifier(IdentifierCS value)
Sets the value of the 'Identifier' containment reference.

Parameters:
value - the new value of the 'Identifier' containment reference.
See Also:
getIdentifier()

getInitialiser

org.eclipse.ocl.internal.cst.OCLExpressionCS getInitialiser()
Returns the value of the 'Initialiser' containment reference.

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

Returns:
the value of the 'Initialiser' containment reference.
See Also:
setInitialiser(OCLExpressionCS), EqvtrCSTPackage.getDefaultValueCS_Initialiser()

setInitialiser

void setInitialiser(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Sets the value of the 'Initialiser' containment reference.

Parameters:
value - the new value of the 'Initialiser' containment reference.
See Also:
getInitialiser()