Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.PrimitiveType
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl | |
| org.eclipse.gmt.modisco.omg.kdm.code.util |
-
Uses of PrimitiveType in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of PrimitiveType in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceBitstringTypeA representation of the model object 'Bitstring Type'.interfaceBitTypeA representation of the model object 'Bit Type'.interfaceBooleanTypeA representation of the model object 'Boolean Type'.interfaceCharTypeA representation of the model object 'Char Type'.interfaceDateTypeA representation of the model object 'Date Type'.interfaceDecimalTypeA representation of the model object 'Decimal Type'.interfaceFloatTypeA representation of the model object 'Float Type'.interfaceIntegerTypeA representation of the model object 'Integer Type'.interfaceOctetstringTypeA representation of the model object 'Octetstring Type'.interfaceOctetTypeA representation of the model object 'Octet Type'.interfaceOrdinalTypeA representation of the model object 'Ordinal Type'.interfaceScaledTypeA representation of the model object 'Scaled Type'.interfaceStringTypeA representation of the model object 'String Type'.interfaceTimeTypeA representation of the model object 'Time Type'.interfaceVoidTypeA representation of the model object 'Void Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return PrimitiveType Modifier and Type Method Description PrimitiveTypeCodeFactory. createPrimitiveType()Returns a new object of class 'Primitive Type'. -
Uses of PrimitiveType in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement PrimitiveType Modifier and Type Class Description classBitstringTypeImplAn implementation of the model object 'Bitstring Type'.classBitTypeImplAn implementation of the model object 'Bit Type'.classBooleanTypeImplAn implementation of the model object 'Boolean Type'.classCharTypeImplAn implementation of the model object 'Char Type'.classDateTypeImplAn implementation of the model object 'Date Type'.classDecimalTypeImplAn implementation of the model object 'Decimal Type'.classFloatTypeImplAn implementation of the model object 'Float Type'.classIntegerTypeImplAn implementation of the model object 'Integer Type'.classOctetstringTypeImplAn implementation of the model object 'Octetstring Type'.classOctetTypeImplAn implementation of the model object 'Octet Type'.classOrdinalTypeImplAn implementation of the model object 'Ordinal Type'.classPrimitiveTypeImplAn implementation of the model object 'Primitive Type'.classScaledTypeImplAn implementation of the model object 'Scaled Type'.classStringTypeImplAn implementation of the model object 'String Type'.classTimeTypeImplAn implementation of the model object 'Time Type'.classVoidTypeImplAn implementation of the model object 'Void Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return PrimitiveType Modifier and Type Method Description PrimitiveTypeCodeFactoryImpl. createPrimitiveType() -
Uses of PrimitiveType in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type PrimitiveType Modifier and Type Method Description TCodeSwitch. casePrimitiveType(PrimitiveType object)Returns the result of interpreting the object as an instance of 'Primitive Type'.