Uses of Interface
fr.esrf.tango.pogo.pogoDsl.SimpleType
-
Packages that use SimpleType Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util -
-
Uses of SimpleType in fr.esrf.tango.pogo.pogoDsl
Subinterfaces of SimpleType in fr.esrf.tango.pogo.pogoDsl Modifier and Type Interface Description interfaceBooleanTypeA representation of the model object 'Boolean Type'.interfaceDoubleTypeA representation of the model object 'Double Type'.interfaceFloatTypeA representation of the model object 'Float Type'.interfaceIntTypeA representation of the model object 'Int Type'.interfaceLongTypeA representation of the model object 'Long Type'.interfaceShortTypeA representation of the model object 'Short Type'.interfaceStringTypeA representation of the model object 'String Type'.interfaceUIntTypeA representation of the model object 'UInt Type'.interfaceULongTypeA representation of the model object 'ULong Type'.interfaceUShortTypeA representation of the model object 'UShort Type'.Methods in fr.esrf.tango.pogo.pogoDsl that return SimpleType Modifier and Type Method Description SimpleTypePogoDslFactory. createSimpleType()Returns a new object of class 'Simple Type'. -
Uses of SimpleType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement SimpleType Modifier and Type Class Description classBooleanTypeImplAn implementation of the model object 'Boolean Type'.classDoubleTypeImplAn implementation of the model object 'Double Type'.classFloatTypeImplAn implementation of the model object 'Float Type'.classIntTypeImplAn implementation of the model object 'Int Type'.classLongTypeImplAn implementation of the model object 'Long Type'.classShortTypeImplAn implementation of the model object 'Short Type'.classSimpleTypeImplAn implementation of the model object 'Simple Type'.classStringTypeImplAn implementation of the model object 'String Type'.classUIntTypeImplAn implementation of the model object 'UInt Type'.classULongTypeImplAn implementation of the model object 'ULong Type'.classUShortTypeImplAn implementation of the model object 'UShort Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return SimpleType Modifier and Type Method Description SimpleTypePogoDslFactoryImpl. createSimpleType() -
Uses of SimpleType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type SimpleType Modifier and Type Method Description TPogoDslSwitch. caseSimpleType(SimpleType object)Returns the result of interpreting the object as an instance of 'Simple Type'.
-