Uses of Class
de.cau.cs.kieler.core.expressions.CombineOperator

Packages that use CombineOperator
de.cau.cs.kieler.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
 

Uses of CombineOperator in de.cau.cs.kieler.core.expressions
 

Fields in de.cau.cs.kieler.core.expressions with type parameters of type CombineOperator
static List<CombineOperator> CombineOperator.VALUES
          A public read-only list of all the 'Combine Operator' enumerators.
 

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

Methods in de.cau.cs.kieler.core.expressions with parameters of type CombineOperator
 void Signal.setCombineOperator(CombineOperator value)
          Sets the value of the 'Combine Operator' attribute.
 

Uses of CombineOperator in de.cau.cs.kieler.core.expressions.impl
 

Fields in de.cau.cs.kieler.core.expressions.impl declared as CombineOperator
protected static CombineOperator SignalImpl.COMBINE_OPERATOR_EDEFAULT
          The default value of the 'Combine Operator' attribute.
protected  CombineOperator SignalImpl.combineOperator
          The cached value of the 'Combine Operator' attribute.
 

Methods in de.cau.cs.kieler.core.expressions.impl that return CombineOperator
 CombineOperator ExpressionsFactoryImpl.createCombineOperatorFromString(EDataType eDataType, String initialValue)
           
 CombineOperator SignalImpl.getCombineOperator()
           
 

Methods in de.cau.cs.kieler.core.expressions.impl with parameters of type CombineOperator
 void SignalImpl.setCombineOperator(CombineOperator newCombineOperator)