|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssignExp
A representation of the model object 'Assign Exp'.
The following features are supported:
ImperativeOCLPackage.getAssignExp()
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY |
Method Summary | |
---|---|
org.eclipse.ocl.ecore.OCLExpression |
getDefaultValue()
Returns the value of the 'Default Value' containment reference |
org.eclipse.ocl.ecore.OCLExpression |
getLeft()
Returns the value of the 'Left' containment reference |
org.eclipse.emf.common.util.EList<org.eclipse.ocl.ecore.OCLExpression> |
getValue()
Returns the value of the 'Value' containment reference list. |
boolean |
isIsReset()
Returns the value of the 'Is Reset' attribute |
boolean |
isSetIsReset()
Returns whether the value of the ' Is Reset ' attribute is set |
void |
setDefaultValue(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the ' Default Value ' containment reference |
void |
setIsReset(boolean value)
Sets the value of the ' Is Reset ' attribute |
void |
setLeft(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the ' Left ' containment reference |
void |
unsetIsReset()
Unsets the value of the ' Is Reset ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
---|
getName, getType, setName, setType |
Methods inherited from interface org.eclipse.ocl.utilities.Visitable |
---|
accept |
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Method Detail |
---|
org.eclipse.ocl.ecore.OCLExpression getDefaultValue()
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
setDefaultValue(OCLExpression)
,
ImperativeOCLPackage.getAssignExp_DefaultValue()
void setDefaultValue(org.eclipse.ocl.ecore.OCLExpression value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()
boolean isIsReset()
If the meaning of the 'Is Reset' attribute isn't clear, there really should be more of a description here...
isSetIsReset()
,
unsetIsReset()
,
setIsReset(boolean)
,
ImperativeOCLPackage.getAssignExp_IsReset()
void setIsReset(boolean value)
Is Reset
' attribute.
value
- the new value of the 'Is Reset' attribute.isSetIsReset()
,
unsetIsReset()
,
isIsReset()
void unsetIsReset()
Is Reset
' attribute.
isSetIsReset()
,
isIsReset()
,
setIsReset(boolean)
boolean isSetIsReset()
Is Reset
' attribute is set.
unsetIsReset()
,
isIsReset()
,
setIsReset(boolean)
org.eclipse.ocl.ecore.OCLExpression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(OCLExpression)
,
ImperativeOCLPackage.getAssignExp_Left()
void setLeft(org.eclipse.ocl.ecore.OCLExpression value)
Left
' containment reference.
value
- the new value of the 'Left' containment reference.getLeft()
org.eclipse.emf.common.util.EList<org.eclipse.ocl.ecore.OCLExpression> getValue()
OCLExpression
.
If the meaning of the 'Value' containment reference list isn't clear, there really should be more of a description here...
ImperativeOCLPackage.getAssignExp_Value()
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |