Uses of Interface
fr.esrf.tango.pogo.pogoDsl.VectorType
-
Packages that use VectorType Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util -
-
Uses of VectorType in fr.esrf.tango.pogo.pogoDsl
Subinterfaces of VectorType in fr.esrf.tango.pogo.pogoDsl Modifier and Type Interface Description interfaceDoubleVectorTypeA representation of the model object 'Double Vector Type'.interfaceFloatVectorTypeA representation of the model object 'Float Vector Type'.interfaceIntVectorTypeA representation of the model object 'Int Vector Type'.interfaceLongVectorTypeA representation of the model object 'Long Vector Type'.interfaceShortVectorTypeA representation of the model object 'Short Vector Type'.interfaceStringVectorTypeA representation of the model object 'String Vector Type'.interfaceULongVectorTypeA representation of the model object 'ULong Vector Type'.Methods in fr.esrf.tango.pogo.pogoDsl that return VectorType Modifier and Type Method Description VectorTypePogoDslFactory. createVectorType()Returns a new object of class 'Vector Type'. -
Uses of VectorType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement VectorType Modifier and Type Class Description classDoubleVectorTypeImplAn implementation of the model object 'Double Vector Type'.classFloatVectorTypeImplAn implementation of the model object 'Float Vector Type'.classIntVectorTypeImplAn implementation of the model object 'Int Vector Type'.classLongVectorTypeImplAn implementation of the model object 'Long Vector Type'.classShortVectorTypeImplAn implementation of the model object 'Short Vector Type'.classStringVectorTypeImplAn implementation of the model object 'String Vector Type'.classULongVectorTypeImplAn implementation of the model object 'ULong Vector Type'.classVectorTypeImplAn implementation of the model object 'Vector Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return VectorType Modifier and Type Method Description VectorTypePogoDslFactoryImpl. createVectorType() -
Uses of VectorType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type VectorType Modifier and Type Method Description TPogoDslSwitch. caseVectorType(VectorType object)Returns the result of interpreting the object as an instance of 'Vector Type'.
-