org.eclipse.gmt.umlx.eqvtc.cst
Interface RealizeableVariableCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCSTNode, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RealizedVariableCS, UnrealizedVariableCS

public interface RealizeableVariableCS
extends IdentifiedCSTNode

A representation of the model object 'Realizeable Variable CS'.

The following features are supported:

See Also:
EqvtcCSTPackage.getRealizeableVariableCS()

Method Summary
 org.eclipse.ocl.internal.cst.TypeCS getType()
          Returns the value of the 'Type' containment reference.
 void setType(org.eclipse.ocl.internal.cst.TypeCS value)
          Sets the value of the 'Type' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.IdentifiedCSTNode
getIdentifier, setIdentifier
 
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

getType

org.eclipse.ocl.internal.cst.TypeCS getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeCS), EqvtcCSTPackage.getRealizeableVariableCS_Type()

setType

void setType(org.eclipse.ocl.internal.cst.TypeCS value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()