Uses of Class
de.cau.cs.kieler.core.kexpressions.OperatorType

Packages that use OperatorType
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
 

Uses of OperatorType in de.cau.cs.kieler.core.kexpressions
 

Fields in de.cau.cs.kieler.core.kexpressions 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.core.kexpressions 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 OperatorExpression.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.core.kexpressions with parameters of type OperatorType
 void OperatorExpression.setOperator(OperatorType value)
          Sets the value of the 'Operator' attribute.
 

Uses of OperatorType in de.cau.cs.kieler.core.kexpressions.impl
 

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

Methods in de.cau.cs.kieler.core.kexpressions.impl that return OperatorType
 OperatorType KExpressionsFactoryImpl.createOperatorTypeFromString(EDataType eDataType, String initialValue)
           
 OperatorType OperatorExpressionImpl.getOperator()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type OperatorType
 void OperatorExpressionImpl.setOperator(OperatorType newOperator)