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