Package net.opengis.wcs20.impl
Class CoverageDescriptionTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- CoverageDescriptionTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- CoverageDescriptionType,- Notifier,- EObject,- InternalEObject
 
 public class CoverageDescriptionTypeImpl extends EObjectImpl implements CoverageDescriptionType An implementation of the model object 'Coverage Description Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringCOVERAGE_ID_EDEFAULTThe default value of the 'Coverage Id' attribute.protected ObjectcoverageFunctionThe cached value of the 'Coverage Function' containment reference.protected StringcoverageIdThe cached value of the 'Coverage Id' attribute.protected EList<Object>metadataThe cached value of the 'Metadata' containment reference list.protected ObjectrangeTypeThe cached value of the 'Range Type' containment reference.protected ServiceParametersTypeserviceParametersThe cached value of the 'Service Parameters' containment reference.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedCoverageDescriptionTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetCoverageFunction(Object newCoverageFunction, NotificationChain msgs)NotificationChainbasicSetDomainSet(Object newDomainSet, NotificationChain msgs)NotificationChainbasicSetRangeType(Object newRangeType, NotificationChain msgs)NotificationChainbasicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)ObjectgetCoverageFunction()StringgetCoverageId()ObjectgetDomainSet()EList<Object>getMetadata()ObjectgetRangeType()ServiceParametersTypegetServiceParameters()voidsetCoverageFunction(Object newCoverageFunction)voidsetCoverageId(String newCoverageId)voidsetDomainSet(Object newDomainSet)voidsetRangeType(Object newRangeType)voidsetServiceParameters(ServiceParametersType newServiceParameters)StringtoString()- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
COVERAGE_ID_EDEFAULTprotected static final String COVERAGE_ID_EDEFAULT The default value of the 'Coverage Id' attribute.- See Also:
- getCoverageId()
 
 - 
coverageIdprotected String coverageId The cached value of the 'Coverage Id' attribute.- See Also:
- getCoverageId()
 
 - 
coverageFunctionprotected Object coverageFunction The cached value of the 'Coverage Function' containment reference.- See Also:
- getCoverageFunction()
 
 - 
metadataprotected EList<Object> metadata The cached value of the 'Metadata' containment reference list.- See Also:
- getMetadata()
 
 - 
rangeTypeprotected Object rangeType The cached value of the 'Range Type' containment reference.- See Also:
- getRangeType()
 
 - 
serviceParametersprotected ServiceParametersType serviceParameters The cached value of the 'Service Parameters' containment reference.- See Also:
- getServiceParameters()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getCoverageIdpublic String getCoverageId() - Specified by:
- getCoverageIdin interface- CoverageDescriptionType
- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
- CoverageDescriptionType.setCoverageId(String),- Wcs20Package.getCoverageDescriptionType_CoverageId()
 
 - 
setCoverageIdpublic void setCoverageId(String newCoverageId) - Specified by:
- setCoverageIdin interface- CoverageDescriptionType
- Parameters:
- newCoverageId- the new value of the 'Coverage Id' attribute.
- See Also:
- CoverageDescriptionType.getCoverageId()
 
 - 
getCoverageFunctionpublic Object getCoverageFunction() - Specified by:
- getCoverageFunctionin interface- CoverageDescriptionType
- Returns:
- the value of the 'Coverage Function' containment reference.
- See Also:
- CoverageDescriptionType.setCoverageFunction(Object),- Wcs20Package.getCoverageDescriptionType_CoverageFunction()
 
 - 
basicSetCoverageFunctionpublic NotificationChain basicSetCoverageFunction(Object newCoverageFunction, NotificationChain msgs) 
 - 
setCoverageFunctionpublic void setCoverageFunction(Object newCoverageFunction) - Specified by:
- setCoverageFunctionin interface- CoverageDescriptionType
- Parameters:
- newCoverageFunction- the new value of the 'Coverage Function' containment reference.
- See Also:
- CoverageDescriptionType.getCoverageFunction()
 
 - 
getMetadatapublic EList<Object> getMetadata() - Specified by:
- getMetadatain interface- CoverageDescriptionType
- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
- Wcs20Package.getCoverageDescriptionType_Metadata()
 
 - 
getDomainSetpublic Object getDomainSet() - Specified by:
- getDomainSetin interface- CoverageDescriptionType
- Returns:
- the value of the 'Domain Set' containment reference.
- See Also:
- CoverageDescriptionType.setDomainSet(Object),- Wcs20Package.getCoverageDescriptionType_DomainSet()
 
 - 
basicSetDomainSetpublic NotificationChain basicSetDomainSet(Object newDomainSet, NotificationChain msgs) 
 - 
setDomainSetpublic void setDomainSet(Object newDomainSet) - Specified by:
- setDomainSetin interface- CoverageDescriptionType
- Parameters:
- newDomainSet- the new value of the 'Domain Set' containment reference.
- See Also:
- CoverageDescriptionType.getDomainSet()
 
 - 
getRangeTypepublic Object getRangeType() - Specified by:
- getRangeTypein interface- CoverageDescriptionType
- Returns:
- the value of the 'Range Type' containment reference.
- See Also:
- CoverageDescriptionType.setRangeType(Object),- Wcs20Package.getCoverageDescriptionType_RangeType()
 
 - 
basicSetRangeTypepublic NotificationChain basicSetRangeType(Object newRangeType, NotificationChain msgs) 
 - 
setRangeTypepublic void setRangeType(Object newRangeType) - Specified by:
- setRangeTypein interface- CoverageDescriptionType
- Parameters:
- newRangeType- the new value of the 'Range Type' containment reference.
- See Also:
- CoverageDescriptionType.getRangeType()
 
 - 
getServiceParameterspublic ServiceParametersType getServiceParameters() - Specified by:
- getServiceParametersin interface- CoverageDescriptionType
- Returns:
- the value of the 'Service Parameters' containment reference.
- See Also:
- CoverageDescriptionType.setServiceParameters(ServiceParametersType),- Wcs20Package.getCoverageDescriptionType_ServiceParameters()
 
 - 
basicSetServiceParameterspublic NotificationChain basicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs) 
 - 
setServiceParameterspublic void setServiceParameters(ServiceParametersType newServiceParameters) - Specified by:
- setServiceParametersin interface- CoverageDescriptionType
- Parameters:
- newServiceParameters- the new value of the 'Service Parameters' containment reference.
- See Also:
- CoverageDescriptionType.getServiceParameters()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-