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 DerivationUnitTermTypeGml311Factory. createDerivationUnitTermType()Returns a new object of class 'Derivation Unit Term Type'.DerivationUnitTermTypeDocumentRoot. 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 voidDocumentRoot. 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 classDerivationUnitTermTypeImplAn 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. derivationUnitTermThe cached value of the 'Derivation Unit Term' containment reference list.protected EList<DerivationUnitTermType>DerivedUnitTypeImpl. derivationUnitTermThe cached value of the 'Derivation Unit Term' containment reference list.Methods in net.opengis.gml311.impl that return DerivationUnitTermType Modifier and Type Method Description DerivationUnitTermTypeGml311FactoryImpl. createDerivationUnitTermType()DerivationUnitTermTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetDerivationUnitTerm(DerivationUnitTermType newDerivationUnitTerm, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseDerivationUnitTermType(DerivationUnitTermType object)Returns the result of interpreting the object as an instance of 'Derivation Unit Term Type'.booleanGml311Validator. validateDerivationUnitTermType(DerivationUnitTermType derivationUnitTermType, DiagnosticChain diagnostics, Map<Object,Object> context)
-