public interface RealizedVariableCS
A representation of the model object 'Realized Variable CS'.
The following features are supported:
EqvtcCSTPackage.getRealizedVariableCS()
Method Summary | |
---|---|
org.eclipse.ocl.internal.cst.TypeCS |
getType()
Returns the value of the 'Type' containment reference. |
boolean |
isRealized()
Returns the value of the 'Realized' attribute. |
void |
setRealized(boolean value)
Sets the value of the ' Realized ' attribute. |
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 |
---|
boolean isRealized()
If the meaning of the 'Realized' attribute isn't clear, there really should be more of a description here...
setRealized(boolean)
,
EqvtcCSTPackage.getRealizedVariableCS_Realized()
void setRealized(boolean value)
Realized
' attribute.
value
- the new value of the 'Realized' attribute.isRealized()
org.eclipse.ocl.internal.cst.TypeCS getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeCS)
,
EqvtcCSTPackage.getRealizedVariableCS_Type()
void setType(org.eclipse.ocl.internal.cst.TypeCS value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()