Uses of Interface
net.opengis.gml311.DerivationUnitTermType
Packages that use DerivationUnitTermType
-
Uses of DerivationUnitTermType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivationUnitTermTypeModifier and TypeMethodDescriptionGml311Factory.createDerivationUnitTermType()
Returns a new object of class 'Derivation Unit Term Type'.DocumentRoot.getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DerivationUnitTermTypeModifier and TypeMethodDescriptionEList<DerivationUnitTermType>
ConventionalUnitType.getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list.EList<DerivationUnitTermType>
DerivedUnitType.getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list.Methods in net.opengis.gml311 with parameters of type DerivationUnitTermTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDerivationUnitTerm
(DerivationUnitTermType value) Sets the value of the 'Derivation Unit Term
' containment reference. -
Uses of DerivationUnitTermType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivationUnitTermTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Derivation Unit Term Type'.Fields in net.opengis.gml311.impl with type parameters of type DerivationUnitTermTypeModifier and TypeFieldDescriptionprotected EList<DerivationUnitTermType>
ConventionalUnitTypeImpl.derivationUnitTerm
The cached value of the 'Derivation Unit Term
' containment reference list.protected EList<DerivationUnitTermType>
DerivedUnitTypeImpl.derivationUnitTerm
The cached value of the 'Derivation Unit Term
' containment reference list.Methods in net.opengis.gml311.impl that return DerivationUnitTermTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDerivationUnitTermType()
DocumentRootImpl.getDerivationUnitTerm()
Methods in net.opengis.gml311.impl that return types with arguments of type DerivationUnitTermTypeModifier and TypeMethodDescriptionEList<DerivationUnitTermType>
ConventionalUnitTypeImpl.getDerivationUnitTerm()
EList<DerivationUnitTermType>
DerivedUnitTypeImpl.getDerivationUnitTerm()
Methods in net.opengis.gml311.impl with parameters of type DerivationUnitTermTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDerivationUnitTerm
(DerivationUnitTermType newDerivationUnitTerm, NotificationChain msgs) void
DocumentRootImpl.setDerivationUnitTerm
(DerivationUnitTermType newDerivationUnitTerm) -
Uses of DerivationUnitTermType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivationUnitTermTypeModifier and TypeMethodDescriptionGml311Switch.caseDerivationUnitTermType
(DerivationUnitTermType object) Returns the result of interpreting the object as an instance of 'Derivation Unit Term Type'.boolean
Gml311Validator.validateDerivationUnitTermType
(DerivationUnitTermType derivationUnitTermType, DiagnosticChain diagnostics, Map<Object, Object> context)