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