Uses of Class
de.cau.cs.kieler.synccharts.OperatorType

Packages that use OperatorType
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
 

Uses of OperatorType in de.cau.cs.kieler.synccharts
 

Fields in de.cau.cs.kieler.synccharts with type parameters of type OperatorType
static List<OperatorType> OperatorType.VALUES
          A public read-only list of all the 'Operator Type' enumerators.
 

Methods in de.cau.cs.kieler.synccharts that return OperatorType
static OperatorType OperatorType.get(int value)
          Returns the 'Operator Type' literal with the specified integer value.
static OperatorType OperatorType.get(String literal)
          Returns the 'Operator Type' literal with the specified literal value.
static OperatorType OperatorType.getByName(String name)
          Returns the 'Operator Type' literal with the specified name.
 OperatorType ComplexExpression.getOperator()
          Returns the value of the 'Operator' attribute.
static OperatorType OperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorType[] OperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type OperatorType
 void ComplexExpression.setOperator(OperatorType value)
          Sets the value of the 'Operator' attribute.
 

Uses of OperatorType in de.cau.cs.kieler.synccharts.impl
 

Fields in de.cau.cs.kieler.synccharts.impl declared as OperatorType
protected  OperatorType ComplexExpressionImpl.operator
          The cached value of the 'Operator' attribute.
protected static OperatorType ComplexExpressionImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute.
 

Methods in de.cau.cs.kieler.synccharts.impl that return OperatorType
 OperatorType SyncchartsFactoryImpl.createOperatorTypeFromString(EDataType eDataType, String initialValue)
           
 OperatorType ComplexExpressionImpl.getOperator()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type OperatorType
 void ComplexExpressionImpl.setOperator(OperatorType newOperator)