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