Package net.opengis.wcs11.impl
Class DocumentRootImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DocumentRootImpl
 
 
 
 
- 
- All Implemented Interfaces:
- DocumentRoot,- Notifier,- EObject,- InternalEObject
 
 public class DocumentRootImpl extends EObjectImpl implements DocumentRoot An implementation of the model object 'Document Root'.The following features are implemented: - Mixed
- XMLNS Prefix Map
- XSI Schema Location
- Available Keys
- Axis Subset
- Capabilities
- Contents
- Coverage
- Coverage Descriptions
- Coverages
- Coverage Summary
- Describe Coverage
- Get Capabilities
- Get Coverage
- Grid Base CRS
- Grid CRS
- Grid CS
- Grid Offsets
- Grid Origin
- Grid Type
- Identifier
- Interpolation Methods
- Temporal Domain
- Temporal Subset
 
- 
- 
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 StringGRID_BASE_CRS_EDEFAULTThe default value of the 'Grid Base CRS' attribute.protected static StringGRID_CS_EDEFAULTThe default value of the 'Grid CS' attribute.protected static ObjectGRID_OFFSETS_EDEFAULTThe default value of the 'Grid Offsets' attribute.protected static ObjectGRID_ORIGIN_EDEFAULTThe default value of the 'Grid Origin' attribute.protected static StringGRID_TYPE_EDEFAULTThe default value of the 'Grid Type' attribute.protected static StringIDENTIFIER_EDEFAULTThe default value of the 'Identifier' attribute.protected FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected EMapxMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMapxSISchemaLocationThe cached value of the 'XSI Schema Location' map.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDocumentRootImpl()
 - 
Method Summary- 
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- 
mixedprotected FeatureMap mixed The cached value of the 'Mixed' attribute list.- See Also:
- getMixed()
 
 - 
xMLNSPrefixMapprotected EMap xMLNSPrefixMap The cached value of the 'XMLNS Prefix Map' map.- See Also:
- getXMLNSPrefixMap()
 
 - 
xSISchemaLocationprotected EMap xSISchemaLocation The cached value of the 'XSI Schema Location' map.- See Also:
- getXSISchemaLocation()
 
 - 
GRID_BASE_CRS_EDEFAULTprotected static final String GRID_BASE_CRS_EDEFAULT The default value of the 'Grid Base CRS' attribute.- See Also:
- getGridBaseCRS()
 
 - 
GRID_CS_EDEFAULTprotected static final String GRID_CS_EDEFAULT The default value of the 'Grid CS' attribute.- See Also:
- getGridCS(), Constant Field Values
 
 - 
GRID_OFFSETS_EDEFAULTprotected static final Object GRID_OFFSETS_EDEFAULT The default value of the 'Grid Offsets' attribute.- See Also:
- getGridOffsets()
 
 - 
GRID_ORIGIN_EDEFAULTprotected static final Object GRID_ORIGIN_EDEFAULT The default value of the 'Grid Origin' attribute.- See Also:
- getGridOrigin()
 
 - 
GRID_TYPE_EDEFAULTprotected static final String GRID_TYPE_EDEFAULT The default value of the 'Grid Type' attribute.- See Also:
- getGridType(), Constant Field Values
 
 - 
IDENTIFIER_EDEFAULTprotected static final String IDENTIFIER_EDEFAULT The default value of the 'Identifier' attribute.- See Also:
- getIdentifier()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getMixedpublic FeatureMap getMixed() - Specified by:
- getMixedin interface- DocumentRoot
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
- Wcs111Package.getDocumentRoot_Mixed()
 
 - 
getXMLNSPrefixMappublic EMap getXMLNSPrefixMap() - Specified by:
- getXMLNSPrefixMapin interface- DocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- Wcs111Package.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationpublic EMap getXSISchemaLocation() - Specified by:
- getXSISchemaLocationin interface- DocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- Wcs111Package.getDocumentRoot_XSISchemaLocation()
 
 - 
getAvailableKeyspublic AvailableKeysType getAvailableKeys() - Specified by:
- getAvailableKeysin interface- DocumentRoot
- Returns:
- the value of the 'Available Keys' containment reference.
- See Also:
- DocumentRoot.setAvailableKeys(AvailableKeysType),- Wcs111Package.getDocumentRoot_AvailableKeys()
 
 - 
basicSetAvailableKeyspublic NotificationChain basicSetAvailableKeys(AvailableKeysType newAvailableKeys, NotificationChain msgs) 
 - 
setAvailableKeyspublic void setAvailableKeys(AvailableKeysType newAvailableKeys) - Specified by:
- setAvailableKeysin interface- DocumentRoot
- Parameters:
- newAvailableKeys- the new value of the 'Available Keys' containment reference.
- See Also:
- DocumentRoot.getAvailableKeys()
 
 - 
getAxisSubsetpublic AxisSubsetType getAxisSubset() - Specified by:
- getAxisSubsetin interface- DocumentRoot
- Returns:
- the value of the 'Axis Subset' containment reference.
- See Also:
- DocumentRoot.setAxisSubset(AxisSubsetType),- Wcs111Package.getDocumentRoot_AxisSubset()
 
 - 
basicSetAxisSubsetpublic NotificationChain basicSetAxisSubset(AxisSubsetType newAxisSubset, NotificationChain msgs) 
 - 
setAxisSubsetpublic void setAxisSubset(AxisSubsetType newAxisSubset) - Specified by:
- setAxisSubsetin interface- DocumentRoot
- Parameters:
- newAxisSubset- the new value of the 'Axis Subset' containment reference.
- See Also:
- DocumentRoot.getAxisSubset()
 
 - 
getCapabilitiespublic CapabilitiesType getCapabilities() - Specified by:
- getCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Capabilities' containment reference.
- See Also:
- DocumentRoot.setCapabilities(CapabilitiesType),- Wcs111Package.getDocumentRoot_Capabilities()
 
 - 
basicSetCapabilitiespublic NotificationChain basicSetCapabilities(CapabilitiesType newCapabilities, NotificationChain msgs) 
 - 
setCapabilitiespublic void setCapabilities(CapabilitiesType newCapabilities) - Specified by:
- setCapabilitiesin interface- DocumentRoot
- Parameters:
- newCapabilities- the new value of the 'Capabilities' containment reference.
- See Also:
- DocumentRoot.getCapabilities()
 
 - 
getContentspublic ContentsType getContents() - Specified by:
- getContentsin interface- DocumentRoot
- Returns:
- the value of the 'Contents' containment reference.
- See Also:
- DocumentRoot.setContents(ContentsType),- Wcs111Package.getDocumentRoot_Contents()
 
 - 
basicSetContentspublic NotificationChain basicSetContents(ContentsType newContents, NotificationChain msgs) 
 - 
setContentspublic void setContents(ContentsType newContents) - Specified by:
- setContentsin interface- DocumentRoot
- Parameters:
- newContents- the new value of the 'Contents' containment reference.
- See Also:
- DocumentRoot.getContents()
 
 - 
getCoveragepublic ReferenceGroupType getCoverage() - Specified by:
- getCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Coverage' containment reference.
- See Also:
- DocumentRoot.setCoverage(ReferenceGroupType),- Wcs111Package.getDocumentRoot_Coverage()
 
 - 
basicSetCoveragepublic NotificationChain basicSetCoverage(ReferenceGroupType newCoverage, NotificationChain msgs) 
 - 
setCoveragepublic void setCoverage(ReferenceGroupType newCoverage) - Specified by:
- setCoveragein interface- DocumentRoot
- Parameters:
- newCoverage- the new value of the 'Coverage' containment reference.
- See Also:
- DocumentRoot.getCoverage()
 
 - 
getCoverageDescriptionspublic CoverageDescriptionsType getCoverageDescriptions() - Specified by:
- getCoverageDescriptionsin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Descriptions' containment reference.
- See Also:
- DocumentRoot.setCoverageDescriptions(CoverageDescriptionsType),- Wcs111Package.getDocumentRoot_CoverageDescriptions()
 
 - 
basicSetCoverageDescriptionspublic NotificationChain basicSetCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions, NotificationChain msgs) 
 - 
setCoverageDescriptionspublic void setCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions) - Specified by:
- setCoverageDescriptionsin interface- DocumentRoot
- Parameters:
- newCoverageDescriptions- the new value of the 'Coverage Descriptions' containment reference.
- See Also:
- DocumentRoot.getCoverageDescriptions()
 
 - 
getCoveragespublic CoveragesType getCoverages() - Specified by:
- getCoveragesin interface- DocumentRoot
- Returns:
- the value of the 'Coverages' containment reference.
- See Also:
- DocumentRoot.setCoverages(CoveragesType),- Wcs111Package.getDocumentRoot_Coverages()
 
 - 
basicSetCoveragespublic NotificationChain basicSetCoverages(CoveragesType newCoverages, NotificationChain msgs) 
 - 
setCoveragespublic void setCoverages(CoveragesType newCoverages) - Specified by:
- setCoveragesin interface- DocumentRoot
- Parameters:
- newCoverages- the new value of the 'Coverages' containment reference.
- See Also:
- DocumentRoot.getCoverages()
 
 - 
getCoverageSummarypublic CoverageSummaryType getCoverageSummary() - Specified by:
- getCoverageSummaryin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Summary' containment reference.
- See Also:
- DocumentRoot.setCoverageSummary(CoverageSummaryType),- Wcs111Package.getDocumentRoot_CoverageSummary()
 
 - 
basicSetCoverageSummarypublic NotificationChain basicSetCoverageSummary(CoverageSummaryType newCoverageSummary, NotificationChain msgs) 
 - 
setCoverageSummarypublic void setCoverageSummary(CoverageSummaryType newCoverageSummary) - Specified by:
- setCoverageSummaryin interface- DocumentRoot
- Parameters:
- newCoverageSummary- the new value of the 'Coverage Summary' containment reference.
- See Also:
- DocumentRoot.getCoverageSummary()
 
 - 
getDescribeCoveragepublic DescribeCoverageType getDescribeCoverage() - Specified by:
- getDescribeCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
- DocumentRoot.setDescribeCoverage(DescribeCoverageType),- Wcs111Package.getDocumentRoot_DescribeCoverage()
 
 - 
basicSetDescribeCoveragepublic NotificationChain basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs) 
 - 
setDescribeCoveragepublic void setDescribeCoverage(DescribeCoverageType newDescribeCoverage) - Specified by:
- setDescribeCoveragein interface- DocumentRoot
- Parameters:
- newDescribeCoverage- the new value of the 'Describe Coverage' containment reference.
- See Also:
- DocumentRoot.getDescribeCoverage()
 
 - 
getGetCapabilitiespublic GetCapabilitiesType getGetCapabilities() - Specified by:
- getGetCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.setGetCapabilities(GetCapabilitiesType),- Wcs111Package.getDocumentRoot_GetCapabilities()
 
 - 
basicSetGetCapabilitiespublic NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs) 
 - 
setGetCapabilitiespublic void setGetCapabilities(GetCapabilitiesType newGetCapabilities) - Specified by:
- setGetCapabilitiesin interface- DocumentRoot
- Parameters:
- newGetCapabilities- the new value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.getGetCapabilities()
 
 - 
getGetCoveragepublic GetCoverageType getGetCoverage() - Specified by:
- getGetCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
- DocumentRoot.setGetCoverage(GetCoverageType),- Wcs111Package.getDocumentRoot_GetCoverage()
 
 - 
basicSetGetCoveragepublic NotificationChain basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs) 
 - 
setGetCoveragepublic void setGetCoverage(GetCoverageType newGetCoverage) - Specified by:
- setGetCoveragein interface- DocumentRoot
- Parameters:
- newGetCoverage- the new value of the 'Get Coverage' containment reference.
- See Also:
- DocumentRoot.getGetCoverage()
 
 - 
getGridBaseCRSpublic String getGridBaseCRS() - Specified by:
- getGridBaseCRSin interface- DocumentRoot
- Returns:
- the value of the 'Grid Base CRS' attribute.
- See Also:
- DocumentRoot.setGridBaseCRS(String),- Wcs111Package.getDocumentRoot_GridBaseCRS()
 
 - 
setGridBaseCRSpublic void setGridBaseCRS(String newGridBaseCRS) - Specified by:
- setGridBaseCRSin interface- DocumentRoot
- Parameters:
- newGridBaseCRS- the new value of the 'Grid Base CRS' attribute.
- See Also:
- DocumentRoot.getGridBaseCRS()
 
 - 
getGridCRSpublic GridCrsType getGridCRS() - Specified by:
- getGridCRSin interface- DocumentRoot
- Returns:
- the value of the 'Grid CRS' containment reference.
- See Also:
- DocumentRoot.setGridCRS(GridCrsType),- Wcs111Package.getDocumentRoot_GridCRS()
 
 - 
basicSetGridCRSpublic NotificationChain basicSetGridCRS(GridCrsType newGridCRS, NotificationChain msgs) 
 - 
setGridCRSpublic void setGridCRS(GridCrsType newGridCRS) - Specified by:
- setGridCRSin interface- DocumentRoot
- Parameters:
- newGridCRS- the new value of the 'Grid CRS' containment reference.
- See Also:
- DocumentRoot.getGridCRS()
 
 - 
getGridCSpublic String getGridCS() - Specified by:
- getGridCSin interface- DocumentRoot
- Returns:
- the value of the 'Grid CS' attribute.
- See Also:
- DocumentRoot.setGridCS(String),- Wcs111Package.getDocumentRoot_GridCS()
 
 - 
setGridCSpublic void setGridCS(String newGridCS) - Specified by:
- setGridCSin interface- DocumentRoot
- Parameters:
- newGridCS- the new value of the 'Grid CS' attribute.
- See Also:
- DocumentRoot.getGridCS()
 
 - 
getGridOffsetspublic Object getGridOffsets() - Specified by:
- getGridOffsetsin interface- DocumentRoot
- Returns:
- the value of the 'Grid Offsets' attribute.
- See Also:
- DocumentRoot.setGridOffsets(Object),- Wcs111Package.getDocumentRoot_GridOffsets()
 
 - 
setGridOffsetspublic void setGridOffsets(Object newGridOffsets) - Specified by:
- setGridOffsetsin interface- DocumentRoot
- Parameters:
- newGridOffsets- the new value of the 'Grid Offsets' attribute.
- See Also:
- DocumentRoot.getGridOffsets()
 
 - 
getGridOriginpublic Object getGridOrigin() - Specified by:
- getGridOriginin interface- DocumentRoot
- Returns:
- the value of the 'Grid Origin' attribute.
- See Also:
- DocumentRoot.setGridOrigin(Object),- Wcs111Package.getDocumentRoot_GridOrigin()
 
 - 
setGridOriginpublic void setGridOrigin(Object newGridOrigin) - Specified by:
- setGridOriginin interface- DocumentRoot
- Parameters:
- newGridOrigin- the new value of the 'Grid Origin' attribute.
- See Also:
- DocumentRoot.getGridOrigin()
 
 - 
getGridTypepublic String getGridType() - Specified by:
- getGridTypein interface- DocumentRoot
- Returns:
- the value of the 'Grid Type' attribute.
- See Also:
- DocumentRoot.setGridType(String),- Wcs111Package.getDocumentRoot_GridType()
 
 - 
setGridTypepublic void setGridType(String newGridType) - Specified by:
- setGridTypein interface- DocumentRoot
- Parameters:
- newGridType- the new value of the 'Grid Type' attribute.
- See Also:
- DocumentRoot.getGridType()
 
 - 
getIdentifierpublic String getIdentifier() - Specified by:
- getIdentifierin interface- DocumentRoot
- Returns:
- the value of the 'Identifier' attribute.
- See Also:
- DocumentRoot.setIdentifier(String),- Wcs111Package.getDocumentRoot_Identifier()
 
 - 
setIdentifierpublic void setIdentifier(String newIdentifier) - Specified by:
- setIdentifierin interface- DocumentRoot
- Parameters:
- newIdentifier- the new value of the 'Identifier' attribute.
- See Also:
- DocumentRoot.getIdentifier()
 
 - 
getInterpolationMethodspublic InterpolationMethodsType getInterpolationMethods() - Specified by:
- getInterpolationMethodsin interface- DocumentRoot
- Returns:
- the value of the 'Interpolation Methods' containment reference.
- See Also:
- DocumentRoot.setInterpolationMethods(InterpolationMethodsType),- Wcs111Package.getDocumentRoot_InterpolationMethods()
 
 - 
basicSetInterpolationMethodspublic NotificationChain basicSetInterpolationMethods(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs) 
 - 
setInterpolationMethodspublic void setInterpolationMethods(InterpolationMethodsType newInterpolationMethods) - Specified by:
- setInterpolationMethodsin interface- DocumentRoot
- Parameters:
- newInterpolationMethods- the new value of the 'Interpolation Methods' containment reference.
- See Also:
- DocumentRoot.getInterpolationMethods()
 
 - 
getTemporalDomainpublic TimeSequenceType getTemporalDomain() - Specified by:
- getTemporalDomainin interface- DocumentRoot
- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
- DocumentRoot.setTemporalDomain(TimeSequenceType),- Wcs111Package.getDocumentRoot_TemporalDomain()
 
 - 
basicSetTemporalDomainpublic NotificationChain basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs) 
 - 
setTemporalDomainpublic void setTemporalDomain(TimeSequenceType newTemporalDomain) - Specified by:
- setTemporalDomainin interface- DocumentRoot
- Parameters:
- newTemporalDomain- the new value of the 'Temporal Domain' containment reference.
- See Also:
- DocumentRoot.getTemporalDomain()
 
 - 
getTemporalSubsetpublic TimeSequenceType getTemporalSubset() - Specified by:
- getTemporalSubsetin interface- DocumentRoot
- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
- DocumentRoot.setTemporalSubset(TimeSequenceType),- Wcs111Package.getDocumentRoot_TemporalSubset()
 
 - 
basicSetTemporalSubsetpublic NotificationChain basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs) 
 - 
setTemporalSubsetpublic void setTemporalSubset(TimeSequenceType newTemporalSubset) - Specified by:
- setTemporalSubsetin interface- DocumentRoot
- Parameters:
- newTemporalSubset- the new value of the 'Temporal Subset' containment reference.
- See Also:
- DocumentRoot.getTemporalSubset()
 
 - 
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
 
 
- 
 
-