Uses of Interface
fr.esrf.tango.pogo.pogoDsl.EnumType
-
Packages that use EnumType 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 EnumType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return EnumType Modifier and Type Method Description EnumTypePogoDslFactory. createEnumType()Returns a new object of class 'Enum Type'. -
Uses of EnumType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement EnumType Modifier and Type Class Description classEnumTypeImplAn implementation of the model object 'Enum Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return EnumType Modifier and Type Method Description EnumTypePogoDslFactoryImpl. createEnumType() -
Uses of EnumType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type EnumType Modifier and Type Method Description TPogoDslSwitch. caseEnumType(EnumType object)Returns the result of interpreting the object as an instance of 'Enum Type'. -
Uses of EnumType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type EnumType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_EnumType(org.eclipse.xtext.serializer.ISerializationContext context, EnumType semanticObject)Contexts: Type returns EnumType EnumType returns EnumType Constraint: {EnumType}
-