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