Uses of Interface
fr.esrf.tango.pogo.pogoDsl.PropType
-
Packages that use PropType Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util -
-
Uses of PropType in fr.esrf.tango.pogo.pogoDsl
Subinterfaces of PropType 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'.interfaceDoubleVectorTypeA representation of the model object 'Double Vector Type'.interfaceFloatTypeA representation of the model object 'Float Type'.interfaceFloatVectorTypeA representation of the model object 'Float Vector Type'.interfaceIntTypeA representation of the model object 'Int Type'.interfaceIntVectorTypeA representation of the model object 'Int Vector Type'.interfaceLongTypeA representation of the model object 'Long Type'.interfaceLongVectorTypeA representation of the model object 'Long Vector Type'.interfaceShortTypeA representation of the model object 'Short Type'.interfaceShortVectorTypeA representation of the model object 'Short Vector Type'.interfaceSimpleTypeA representation of the model object 'Simple Type'.interfaceStringTypeA representation of the model object 'String Type'.interfaceStringVectorTypeA representation of the model object 'String Vector Type'.interfaceUIntTypeA representation of the model object 'UInt Type'.interfaceULongTypeA representation of the model object 'ULong Type'.interfaceULongVectorTypeA representation of the model object 'ULong Vector Type'.interfaceUShortTypeA representation of the model object 'UShort Type'.interfaceVectorTypeA representation of the model object 'Vector Type'.Methods in fr.esrf.tango.pogo.pogoDsl that return PropType Modifier and Type Method Description PropTypePogoDslFactory. createPropType()Returns a new object of class 'Prop Type'.PropTypeProperty. getType()Returns the value of the 'Type' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type PropType Modifier and Type Method Description voidProperty. setType(PropType value)Sets the value of the 'Type' containment reference. -
Uses of PropType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement PropType Modifier and Type Class Description classBooleanTypeImplAn implementation of the model object 'Boolean Type'.classDoubleTypeImplAn implementation of the model object 'Double Type'.classDoubleVectorTypeImplAn implementation of the model object 'Double Vector Type'.classFloatTypeImplAn implementation of the model object 'Float Type'.classFloatVectorTypeImplAn implementation of the model object 'Float Vector Type'.classIntTypeImplAn implementation of the model object 'Int Type'.classIntVectorTypeImplAn implementation of the model object 'Int Vector Type'.classLongTypeImplAn implementation of the model object 'Long Type'.classLongVectorTypeImplAn implementation of the model object 'Long Vector Type'.classPropTypeImplAn implementation of the model object 'Prop Type'.classShortTypeImplAn implementation of the model object 'Short Type'.classShortVectorTypeImplAn implementation of the model object 'Short Vector Type'.classSimpleTypeImplAn implementation of the model object 'Simple Type'.classStringTypeImplAn implementation of the model object 'String Type'.classStringVectorTypeImplAn implementation of the model object 'String Vector Type'.classUIntTypeImplAn implementation of the model object 'UInt Type'.classULongTypeImplAn implementation of the model object 'ULong Type'.classULongVectorTypeImplAn implementation of the model object 'ULong Vector Type'.classUShortTypeImplAn implementation of the model object 'UShort Type'.classVectorTypeImplAn implementation of the model object 'Vector Type'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as PropType Modifier and Type Field Description protected PropTypePropertyImpl. typeThe cached value of the 'Type' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return PropType Modifier and Type Method Description PropTypePogoDslFactoryImpl. createPropType()PropTypePropertyImpl. getType()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type PropType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPropertyImpl. basicSetType(PropType newType, org.eclipse.emf.common.notify.NotificationChain msgs)voidPropertyImpl. setType(PropType newType) -
Uses of PropType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type PropType Modifier and Type Method Description TPogoDslSwitch. casePropType(PropType object)Returns the result of interpreting the object as an instance of 'Prop Type'.
-