public interface Precedence extends NamedElement
The following features are supported:
PivotPackage.getPrecedence()| Modifier and Type | Method and Description |
|---|---|
AssociativityKind |
getAssociativity()
Returns the value of the 'Associativity' attribute.
|
Number |
getOrder()
Returns the value of the 'Order' attribute.
|
void |
setAssociativity(AssociativityKind value)
Sets the value of the '
Associativity' attribute. |
void |
setOrder(Number value)
Sets the value of the '
Order' attribute. |
getName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueAssociativityKind getAssociativity()
"left".
The literals are from the enumeration AssociativityKind.
If the meaning of the 'Associativity' attribute isn't clear, there really should be more of a description here...
AssociativityKind,
setAssociativity(AssociativityKind),
PivotPackage.getPrecedence_Associativity()void setAssociativity(AssociativityKind value)
Associativity' attribute.
value - the new value of the 'Associativity' attribute.AssociativityKind,
getAssociativity()Number getOrder()
"0".
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
setOrder(Number),
PivotPackage.getPrecedence_Order()void setOrder(Number value)
Order' attribute.
value - the new value of the 'Order' attribute.getOrder()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.