public interface OrlessExpression extends Element, ConditionExpression
The following features are supported:
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Returns the value of the 'Count' attribute.
|
org.eclipse.emf.common.util.EList<ConditionElement> |
getOperands()
Returns the value of the 'Operands' containment reference list.
|
void |
setCount(long value)
Sets the value of the '
Count ' attribute. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
long getCount()
If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here...
setCount(long)
,
ErrorModelPackage.getOrlessExpression_Count()
void setCount(long value)
Count
' attribute.
value
- the new value of the 'Count' attribute.getCount()
org.eclipse.emf.common.util.EList<ConditionElement> getOperands()
ConditionElement
.
If the meaning of the 'Operands' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getOrlessExpression_Operands()