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