Uses of Class
fr.tpt.aadl.annex.behavior.aadlba.UnaryNumericOperator

Packages that use UnaryNumericOperator
fr.tpt.aadl.annex.behavior.aadlba   
 

Uses of UnaryNumericOperator in fr.tpt.aadl.annex.behavior.aadlba
 

Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type UnaryNumericOperator
static java.util.List<UnaryNumericOperator> UnaryNumericOperator.VALUES
          A public read-only list of all the 'Unary Numeric Operator' enumerators
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return UnaryNumericOperator
static UnaryNumericOperator UnaryNumericOperator.get(int value)
          Returns the 'Unary Numeric Operator' literal with the specified integer value
static UnaryNumericOperator UnaryNumericOperator.get(java.lang.String literal)
          Returns the 'Unary Numeric Operator' literal with the specified literal value
static UnaryNumericOperator UnaryNumericOperator.getByName(java.lang.String name)
          Returns the 'Unary Numeric Operator' literal with the specified name
 UnaryNumericOperator Factor.getUnaryNumericOperator()
          Returns the value of the 'Unary Numeric Operator' attribute.
static UnaryNumericOperator UnaryNumericOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnaryNumericOperator[] UnaryNumericOperator.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 UnaryNumericOperator
 void Factor.setUnaryNumericOperator(UnaryNumericOperator value)
          Sets the value of the 'Unary Numeric Operator' attribute