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

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

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

Fields in de.cau.cs.kieler.core.kexpressions 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.kexpressions 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.
 CombineOperator TypeIdentifier.getOperator()
          Returns the value of the '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.kexpressions with parameters of type CombineOperator
 void Signal.setCombineOperator(CombineOperator value)
          Sets the value of the 'Combine Operator' attribute.
 void TypeIdentifier.setOperator(CombineOperator value)
          Sets the value of the 'Operator' attribute.
 

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

Fields in de.cau.cs.kieler.core.kexpressions.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.
protected  CombineOperator TypeIdentifierImpl.operator
          The cached value of the 'Operator' attribute.
protected static CombineOperator TypeIdentifierImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return CombineOperator
 CombineOperator KExpressionsFactoryImpl.createCombineOperatorFromString(EDataType eDataType, String initialValue)
           
 CombineOperator SignalImpl.getCombineOperator()
           
 CombineOperator TypeIdentifierImpl.getOperator()
           
 

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