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