|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryBooleanOperator | |
---|---|
fr.tpt.aadl.annex.behavior.aadlba |
Uses of UnaryBooleanOperator in fr.tpt.aadl.annex.behavior.aadlba |
---|
Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type UnaryBooleanOperator | |
---|---|
static java.util.List<UnaryBooleanOperator> |
UnaryBooleanOperator.VALUES
A public read-only list of all the 'Unary Boolean Operator' enumerators |
Methods in fr.tpt.aadl.annex.behavior.aadlba that return UnaryBooleanOperator | |
---|---|
static UnaryBooleanOperator |
UnaryBooleanOperator.get(int value)
Returns the 'Unary Boolean Operator' literal with the specified integer value |
static UnaryBooleanOperator |
UnaryBooleanOperator.get(java.lang.String literal)
Returns the 'Unary Boolean Operator' literal with the specified literal value |
static UnaryBooleanOperator |
UnaryBooleanOperator.getByName(java.lang.String name)
Returns the 'Unary Boolean Operator' literal with the specified name |
UnaryBooleanOperator |
Factor.getUnaryBooleanOperator()
Returns the value of the 'Unary Boolean Operator' attribute. |
static UnaryBooleanOperator |
UnaryBooleanOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UnaryBooleanOperator[] |
UnaryBooleanOperator.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 UnaryBooleanOperator | |
---|---|
void |
Factor.setUnaryBooleanOperator(UnaryBooleanOperator value)
Sets the value of the ' Unary Boolean Operator ' attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |