Uses of Interface
net.opengis.gml311.ConversionType
Packages that use ConversionType
-
Uses of ConversionType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConversionTypeModifier and TypeMethodDescriptionGml311Factory.createConversionType()
Returns a new object of class 'Conversion Type'.ConversionRefType.getConversion()
Returns the value of the 'Conversion' containment reference.DocumentRoot.getConversion()
Returns the value of the 'Conversion' containment reference.Methods in net.opengis.gml311 with parameters of type ConversionTypeModifier and TypeMethodDescriptionvoid
ConversionRefType.setConversion
(ConversionType value) Sets the value of the 'Conversion
' containment reference.void
DocumentRoot.setConversion
(ConversionType value) Sets the value of the 'Conversion
' containment reference. -
Uses of ConversionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConversionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Conversion Type'.Fields in net.opengis.gml311.impl declared as ConversionTypeModifier and TypeFieldDescriptionprotected ConversionType
ConversionRefTypeImpl.conversion
The cached value of the 'Conversion
' containment reference.Methods in net.opengis.gml311.impl that return ConversionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createConversionType()
ConversionRefTypeImpl.getConversion()
DocumentRootImpl.getConversion()
Methods in net.opengis.gml311.impl with parameters of type ConversionTypeModifier and TypeMethodDescriptionNotificationChain
ConversionRefTypeImpl.basicSetConversion
(ConversionType newConversion, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetConversion
(ConversionType newConversion, NotificationChain msgs) void
ConversionRefTypeImpl.setConversion
(ConversionType newConversion) void
DocumentRootImpl.setConversion
(ConversionType newConversion) -
Uses of ConversionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConversionTypeModifier and TypeMethodDescriptionGml311Switch.caseConversionType
(ConversionType object) Returns the result of interpreting the object as an instance of 'Conversion Type'.boolean
Gml311Validator.validateConversionType
(ConversionType conversionType, DiagnosticChain diagnostics, Map<Object, Object> context)