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