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

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

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

Fields in de.cau.cs.kieler.synccharts 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.synccharts 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 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.synccharts with parameters of type ValueType
 void ValuedObject.setType(ValueType value)
          Sets the value of the 'Type' attribute.
 

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

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

Methods in de.cau.cs.kieler.synccharts.impl that return ValueType
 ValueType SyncchartsFactoryImpl.createValueTypeFromString(EDataType eDataType, String initialValue)
           
 ValueType ValuedObjectImpl.getType()
           
 

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