|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryNumericOperator | |
---|---|
fr.tpt.aadl.annex.behavior.aadlba |
Uses of BinaryNumericOperator in fr.tpt.aadl.annex.behavior.aadlba |
---|
Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type BinaryNumericOperator | |
---|---|
static java.util.List<BinaryNumericOperator> |
BinaryNumericOperator.VALUES
A public read-only list of all the 'Binary Numeric Operator' enumerators |
Methods in fr.tpt.aadl.annex.behavior.aadlba that return BinaryNumericOperator | |
---|---|
static BinaryNumericOperator |
BinaryNumericOperator.get(int value)
Returns the 'Binary Numeric Operator' literal with the specified integer value |
static BinaryNumericOperator |
BinaryNumericOperator.get(java.lang.String literal)
Returns the 'Binary Numeric Operator' literal with the specified literal value |
BinaryNumericOperator |
Factor.getBinaryNumericOperator()
Returns the value of the 'Binary Numeric Operator' attribute. |
static BinaryNumericOperator |
BinaryNumericOperator.getByName(java.lang.String name)
Returns the 'Binary Numeric Operator' literal with the specified name |
static BinaryNumericOperator |
BinaryNumericOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BinaryNumericOperator[] |
BinaryNumericOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type BinaryNumericOperator | |
---|---|
void |
Factor.setBinaryNumericOperator(BinaryNumericOperator value)
Sets the value of the ' Binary Numeric Operator ' attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |