Uses of Interface
net.opengis.ows20.DomainMetadataType
- 
Packages that use DomainMetadataType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wps20 net.opengis.wps20.impl 
- 
- 
Uses of DomainMetadataType in net.opengis.ows20Methods in net.opengis.ows20 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeOws20Factory. createDomainMetadataType()Returns a new object of class 'Domain Metadata Type'.DomainMetadataTypeDocumentRoot. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeUnNamedDomainType. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeDocumentRoot. getMeaning()Returns the value of the 'Meaning' containment reference.DomainMetadataTypeUnNamedDomainType. getMeaning()Returns the value of the 'Meaning' containment reference.DomainMetadataTypeDocumentRoot. getReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypeUnNamedDomainType. getReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypeDocumentRoot. getUOM()Returns the value of the 'UOM' containment reference.DomainMetadataTypeUnNamedDomainType. getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.ows20 with parameters of type DomainMetadataType Modifier and Type Method Description voidDocumentRoot. setDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidUnNamedDomainType. setDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidDocumentRoot. setMeaning(DomainMetadataType value)Sets the value of the 'Meaning' containment reference.voidUnNamedDomainType. setMeaning(DomainMetadataType value)Sets the value of the 'Meaning' containment reference.voidDocumentRoot. setReferenceSystem(DomainMetadataType value)Sets the value of the 'Reference System' containment reference.voidUnNamedDomainType. setReferenceSystem(DomainMetadataType value)Sets the value of the 'Reference System' containment reference.voidDocumentRoot. setUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.voidUnNamedDomainType. setUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.
- 
Uses of DomainMetadataType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement DomainMetadataType Modifier and Type Class Description classDomainMetadataTypeImplAn implementation of the model object 'Domain Metadata Type'.Fields in net.opengis.ows20.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataTypeUnNamedDomainTypeImpl. dataTypeThe cached value of the 'Data Type' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl. meaningThe cached value of the 'Meaning' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl. referenceSystemThe cached value of the 'Reference System' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl. uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.ows20.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeOws20FactoryImpl. createDomainMetadataType()DomainMetadataTypeDocumentRootImpl. getDataType()DomainMetadataTypeUnNamedDomainTypeImpl. getDataType()DomainMetadataTypeDocumentRootImpl. getMeaning()DomainMetadataTypeUnNamedDomainTypeImpl. getMeaning()DomainMetadataTypeDocumentRootImpl. getReferenceSystem()DomainMetadataTypeUnNamedDomainTypeImpl. getReferenceSystem()DomainMetadataTypeDocumentRootImpl. getUOM()DomainMetadataTypeUnNamedDomainTypeImpl. getUOM()Methods in net.opengis.ows20.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)voidDocumentRootImpl. setDataType(DomainMetadataType newDataType)voidUnNamedDomainTypeImpl. setDataType(DomainMetadataType newDataType)voidDocumentRootImpl. setMeaning(DomainMetadataType newMeaning)voidUnNamedDomainTypeImpl. setMeaning(DomainMetadataType newMeaning)voidDocumentRootImpl. setReferenceSystem(DomainMetadataType newReferenceSystem)voidUnNamedDomainTypeImpl. setReferenceSystem(DomainMetadataType newReferenceSystem)voidDocumentRootImpl. setUOM(DomainMetadataType newUOM)voidUnNamedDomainTypeImpl. setUOM(DomainMetadataType newUOM)
- 
Uses of DomainMetadataType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type DomainMetadataType Modifier and Type Method Description TOws20Switch. caseDomainMetadataType(DomainMetadataType object)Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.booleanOws20Validator. validateDomainMetadataType(DomainMetadataType domainMetadataType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DomainMetadataType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type DomainMetadataType Modifier and Type Method Description booleanDocumentRootValidator. validateDataType(DomainMetadataType value)booleanUnNamedDomainTypeValidator. validateDataType(DomainMetadataType value)booleanDocumentRootValidator. validateMeaning(DomainMetadataType value)booleanUnNamedDomainTypeValidator. validateMeaning(DomainMetadataType value)booleanDocumentRootValidator. validateReferenceSystem(DomainMetadataType value)booleanUnNamedDomainTypeValidator. validateReferenceSystem(DomainMetadataType value)booleanDocumentRootValidator. validateUOM(DomainMetadataType value)booleanUnNamedDomainTypeValidator. validateUOM(DomainMetadataType value)
- 
Uses of DomainMetadataType in net.opengis.wps20Methods in net.opengis.wps20 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeLiteralDataDomainType. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeLiteralDataDomainType. getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.wps20 with parameters of type DomainMetadataType Modifier and Type Method Description voidLiteralDataDomainType. setDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidLiteralDataDomainType. setUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.
- 
Uses of DomainMetadataType in net.opengis.wps20.implFields in net.opengis.wps20.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataTypeLiteralDataDomainTypeImpl. dataTypeThe cached value of the 'Data Type' containment reference.protected DomainMetadataTypeLiteralDataDomainTypeImpl. uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.wps20.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeLiteralDataDomainTypeImpl. getDataType()DomainMetadataTypeLiteralDataDomainTypeImpl. getUOM()Methods in net.opengis.wps20.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainLiteralDataDomainTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)NotificationChainLiteralDataDomainTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)voidLiteralDataDomainTypeImpl. setDataType(DomainMetadataType newDataType)voidLiteralDataDomainTypeImpl. setUOM(DomainMetadataType newUOM)
 
-