Uses of Interface
net.opengis.gml311.DerivationUnitTermType
-
Packages that use DerivationUnitTermType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivationUnitTermType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivationUnitTermType Modifier and Type Method Description DerivationUnitTermType
Gml311Factory. createDerivationUnitTermType()
Returns a new object of class 'Derivation Unit Term Type'.DerivationUnitTermType
DocumentRoot. getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DerivationUnitTermType Modifier and Type Method Description EList<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 DerivationUnitTermType Modifier and Type Method Description void
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 DerivationUnitTermType Modifier and Type Class Description class
DerivationUnitTermTypeImpl
An implementation of the model object 'Derivation Unit Term Type'.Fields in net.opengis.gml311.impl with type parameters of type DerivationUnitTermType Modifier and Type Field Description protected 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 DerivationUnitTermType Modifier and Type Method Description DerivationUnitTermType
Gml311FactoryImpl. createDerivationUnitTermType()
DerivationUnitTermType
DocumentRootImpl. getDerivationUnitTerm()
Methods in net.opengis.gml311.impl that return types with arguments of type DerivationUnitTermType Modifier and Type Method Description EList<DerivationUnitTermType>
ConventionalUnitTypeImpl. getDerivationUnitTerm()
EList<DerivationUnitTermType>
DerivedUnitTypeImpl. getDerivationUnitTerm()
Methods in net.opengis.gml311.impl with parameters of type DerivationUnitTermType Modifier and Type Method Description NotificationChain
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 DerivationUnitTermType Modifier and Type Method Description T
Gml311Switch. 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)
-