Uses of Interface
fr.esrf.tango.pogo.pogoDsl.StateType
-
Packages that use StateType Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer -
-
Uses of StateType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return StateType Modifier and Type Method Description StateTypePogoDslFactory. createStateType()Returns a new object of class 'State Type'. -
Uses of StateType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement StateType Modifier and Type Class Description classStateTypeImplAn implementation of the model object 'State Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return StateType Modifier and Type Method Description StateTypePogoDslFactoryImpl. createStateType() -
Uses of StateType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type StateType Modifier and Type Method Description TPogoDslSwitch. caseStateType(StateType object)Returns the result of interpreting the object as an instance of 'State Type'. -
Uses of StateType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type StateType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_StateType(org.eclipse.xtext.serializer.ISerializationContext context, StateType semanticObject)Contexts: Type returns StateType StateType returns StateType Constraint: {StateType}
-