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

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

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

Fields in de.cau.cs.kieler.synccharts with type parameters of type StateType
static List<StateType> StateType.VALUES
          A public read-only list of all the 'State Type' enumerators.
 

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

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

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

Methods in de.cau.cs.kieler.synccharts.impl that return StateType
 StateType SyncchartsFactoryImpl.createStateTypeFromString(EDataType eDataType, String initialValue)
           
 StateType StateImpl.getType()
           
 

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