Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Type
-
Packages that use Type Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util -
-
Uses of Type in fr.esrf.tango.pogo.pogoDsl
Subinterfaces of Type in fr.esrf.tango.pogo.pogoDsl Modifier and Type Interface Description interfaceBooleanArrayTypeA representation of the model object 'Boolean Array Type'.interfaceBooleanTypeA representation of the model object 'Boolean Type'.interfaceCharArrayTypeA representation of the model object 'Char Array Type'.interfaceConstStringTypeA representation of the model object 'Const String Type'.interfaceDevIntTypeA representation of the model object 'Dev Int Type'.interfaceDoubleArrayTypeA representation of the model object 'Double Array Type'.interfaceDoubleStringArrayTypeA representation of the model object 'Double String Array Type'.interfaceDoubleTypeA representation of the model object 'Double Type'.interfaceEncodedTypeA representation of the model object 'Encoded Type'.interfaceEnumTypeA representation of the model object 'Enum Type'.interfaceFloatArrayTypeA representation of the model object 'Float Array Type'.interfaceFloatTypeA representation of the model object 'Float Type'.interfaceIntArrayTypeA representation of the model object 'Int Array Type'.interfaceIntTypeA representation of the model object 'Int Type'.interfaceLongArrayTypeA representation of the model object 'Long Array Type'.interfaceLongStringArrayTypeA representation of the model object 'Long String Array Type'.interfaceLongTypeA representation of the model object 'Long Type'.interfaceShortArrayTypeA representation of the model object 'Short Array Type'.interfaceShortTypeA representation of the model object 'Short Type'.interfaceStateTypeA representation of the model object 'State Type'.interfaceStringArrayTypeA representation of the model object 'String Array Type'.interfaceStringTypeA representation of the model object 'String Type'.interfaceUCharTypeA representation of the model object 'UChar Type'.interfaceUIntArrayTypeA representation of the model object 'UInt Array Type'.interfaceUIntTypeA representation of the model object 'UInt Type'.interfaceULongArrayTypeA representation of the model object 'ULong Array Type'.interfaceULongTypeA representation of the model object 'ULong Type'.interfaceUShortArrayTypeA representation of the model object 'UShort Array Type'.interfaceUShortTypeA representation of the model object 'UShort Type'.interfaceVoidTypeA representation of the model object 'Void Type'.Methods in fr.esrf.tango.pogo.pogoDsl that return Type Modifier and Type Method Description TypePogoDslFactory. createType()Returns a new object of class 'Type'.TypeAttribute. getDataType()Returns the value of the 'Data Type' containment reference.TypeArgument. getType()Returns the value of the 'Type' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type Type Modifier and Type Method Description voidAttribute. setDataType(Type value)Sets the value of the 'Data Type' containment reference.voidArgument. setType(Type value)Sets the value of the 'Type' containment reference. -
Uses of Type in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Type Modifier and Type Class Description classBooleanArrayTypeImplAn implementation of the model object 'Boolean Array Type'.classBooleanTypeImplAn implementation of the model object 'Boolean Type'.classCharArrayTypeImplAn implementation of the model object 'Char Array Type'.classConstStringTypeImplAn implementation of the model object 'Const String Type'.classDevIntTypeImplAn implementation of the model object 'Dev Int Type'.classDoubleArrayTypeImplAn implementation of the model object 'Double Array Type'.classDoubleStringArrayTypeImplAn implementation of the model object 'Double String Array Type'.classDoubleTypeImplAn implementation of the model object 'Double Type'.classEncodedTypeImplAn implementation of the model object 'Encoded Type'.classEnumTypeImplAn implementation of the model object 'Enum Type'.classFloatArrayTypeImplAn implementation of the model object 'Float Array Type'.classFloatTypeImplAn implementation of the model object 'Float Type'.classIntArrayTypeImplAn implementation of the model object 'Int Array Type'.classIntTypeImplAn implementation of the model object 'Int Type'.classLongArrayTypeImplAn implementation of the model object 'Long Array Type'.classLongStringArrayTypeImplAn implementation of the model object 'Long String Array Type'.classLongTypeImplAn implementation of the model object 'Long Type'.classShortArrayTypeImplAn implementation of the model object 'Short Array Type'.classShortTypeImplAn implementation of the model object 'Short Type'.classStateTypeImplAn implementation of the model object 'State Type'.classStringArrayTypeImplAn implementation of the model object 'String Array Type'.classStringTypeImplAn implementation of the model object 'String Type'.classTypeImplAn implementation of the model object 'Type'.classUCharTypeImplAn implementation of the model object 'UChar Type'.classUIntArrayTypeImplAn implementation of the model object 'UInt Array Type'.classUIntTypeImplAn implementation of the model object 'UInt Type'.classULongArrayTypeImplAn implementation of the model object 'ULong Array Type'.classULongTypeImplAn implementation of the model object 'ULong Type'.classUShortArrayTypeImplAn implementation of the model object 'UShort Array Type'.classUShortTypeImplAn implementation of the model object 'UShort Type'.classVoidTypeImplAn implementation of the model object 'Void Type'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as Type Modifier and Type Field Description protected TypeAttributeImpl. dataTypeThe cached value of the 'Data Type' containment reference.protected TypeArgumentImpl. typeThe cached value of the 'Type' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Type Modifier and Type Method Description TypePogoDslFactoryImpl. createType()TypeAttributeImpl. getDataType()TypeArgumentImpl. getType()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type Type Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAttributeImpl. basicSetDataType(Type newDataType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainArgumentImpl. basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs)voidAttributeImpl. setDataType(Type newDataType)voidArgumentImpl. setType(Type newType) -
Uses of Type in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Type Modifier and Type Method Description TPogoDslSwitch. caseType(Type object)Returns the result of interpreting the object as an instance of 'Type'.
-