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

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

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

Fields in de.cau.cs.kieler.core.kexpressions with type parameters of type ValueType
static List<ValueType> ValueType.VALUES
          A public read-only list of all the 'Value Type' enumerators.
 

Methods in de.cau.cs.kieler.core.kexpressions that return ValueType
static ValueType ValueType.get(int value)
          Returns the 'Value Type' literal with the specified integer value.
static ValueType ValueType.get(String literal)
          Returns the 'Value Type' literal with the specified literal value.
static ValueType ValueType.getByName(String name)
          Returns the 'Value Type' literal with the specified name.
 ValueType TypeIdentifier.getType()
          Returns the value of the 'Type' attribute.
 ValueType ValuedObject.getType()
          Returns the value of the 'Type' attribute.
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.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 ValueType
 void TypeIdentifier.setType(ValueType value)
          Sets the value of the 'Type' attribute.
 void ValuedObject.setType(ValueType value)
          Sets the value of the 'Type' attribute.
 

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

Fields in de.cau.cs.kieler.core.kexpressions.impl declared as ValueType
protected  ValueType TypeIdentifierImpl.type
          The cached value of the 'Type' attribute.
protected  ValueType ValuedObjectImpl.type
          The cached value of the 'Type' attribute.
protected static ValueType TypeIdentifierImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
protected static ValueType ValuedObjectImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return ValueType
 ValueType KExpressionsFactoryImpl.createValueTypeFromString(EDataType eDataType, String initialValue)
           
 ValueType TypeIdentifierImpl.getType()
           
 ValueType ValuedObjectImpl.getType()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type ValueType
 void TypeIdentifierImpl.setType(ValueType newType)
           
 void ValuedObjectImpl.setType(ValueType newType)