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

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

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

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

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

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

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

Methods in de.cau.cs.kieler.synccharts.impl that return TransitionType
 TransitionType SyncchartsFactoryImpl.createTransitionTypeFromString(EDataType eDataType, String initialValue)
           
 TransitionType TransitionImpl.getType()
           
 

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