Uses of Interface
net.opengis.gml311.ConversionType
-
Packages that use ConversionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ConversionType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConversionType Modifier and Type Method Description ConversionType
Gml311Factory. createConversionType()
Returns a new object of class 'Conversion Type'.ConversionType
ConversionRefType. getConversion()
Returns the value of the 'Conversion' containment reference.ConversionType
DocumentRoot. getConversion()
Returns the value of the 'Conversion' containment reference.Methods in net.opengis.gml311 with parameters of type ConversionType Modifier and Type Method Description void
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 ConversionType Modifier and Type Class Description class
ConversionTypeImpl
An implementation of the model object 'Conversion Type'.Fields in net.opengis.gml311.impl declared as ConversionType Modifier and Type Field Description protected ConversionType
ConversionRefTypeImpl. conversion
The cached value of the 'Conversion
' containment reference.Methods in net.opengis.gml311.impl that return ConversionType Modifier and Type Method Description ConversionType
Gml311FactoryImpl. createConversionType()
ConversionType
ConversionRefTypeImpl. getConversion()
ConversionType
DocumentRootImpl. getConversion()
Methods in net.opengis.gml311.impl with parameters of type ConversionType Modifier and Type Method Description NotificationChain
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 ConversionType Modifier and Type Method Description T
Gml311Switch. 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)
-