org.eclipse.gmt.umlx.ocl.util
Class OCLExpressionUnitList
java.lang.Object
org.eclipse.gmt.umlx.ecore2.util.AbstractUnitList<org.eclipse.emf.ocl.expressions.OCLExpression>
org.eclipse.gmt.umlx.ocl.util.OCLExpressionUnitList
- All Implemented Interfaces:
- java.lang.Iterable<org.eclipse.emf.ocl.expressions.OCLExpression>, java.util.Collection<org.eclipse.emf.ocl.expressions.OCLExpression>, java.util.List<org.eclipse.emf.ocl.expressions.OCLExpression>
public class OCLExpressionUnitList
- extends AbstractUnitList<org.eclipse.emf.ocl.expressions.OCLExpression>
A unit list that delegates to an U2ExpressionVariable.value.
Method Summary |
org.eclipse.emf.ocl.expressions.OCLExpression |
basicGetValue()
|
org.eclipse.emf.ocl.expressions.OCLExpression |
getValue()
|
void |
setValue(org.eclipse.emf.ocl.expressions.OCLExpression value)
|
Methods inherited from class org.eclipse.gmt.umlx.ecore2.util.AbstractUnitList |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
equals, hashCode |
OCLExpressionUnitList
public OCLExpressionUnitList(UExpressionVariable expressionVariable)
basicGetValue
public org.eclipse.emf.ocl.expressions.OCLExpression basicGetValue()
- Specified by:
basicGetValue
in class AbstractUnitList<org.eclipse.emf.ocl.expressions.OCLExpression>
getValue
public org.eclipse.emf.ocl.expressions.OCLExpression getValue()
- Specified by:
getValue
in class AbstractUnitList<org.eclipse.emf.ocl.expressions.OCLExpression>
setValue
public void setValue(org.eclipse.emf.ocl.expressions.OCLExpression value)
- Specified by:
setValue
in class AbstractUnitList<org.eclipse.emf.ocl.expressions.OCLExpression>