Package net.opengis.wfs20.impl
Class FeatureTypeTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- FeatureTypeTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- FeatureTypeType,- Notifier,- EObject,- InternalEObject
 
 public class FeatureTypeTypeImpl extends EObjectImpl implements FeatureTypeType An implementation of the model object 'Feature Type 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 EList<AbstractType>abstract_The cached value of the 'Abstract' containment reference list.protected static StringDEFAULT_CRS_EDEFAULTThe default value of the 'Default CRS' attribute.protected StringdefaultCRSThe cached value of the 'Default CRS' attribute.protected ExtendedDescriptionTypeextendedDescriptionThe cached value of the 'Extended Description' containment reference.protected EList<KeywordsType>keywordsThe cached value of the 'Keywords' containment reference list.protected EList<MetadataURLType>metadataURLThe cached value of the 'Metadata URL' containment reference list.protected QNamenameThe cached value of the 'Name' attribute.protected static QNameNAME_EDEFAULTThe default value of the 'Name' attribute.protected NoCRSTypenoCRSThe cached value of the 'No CRS' containment reference.protected EList<String>otherCRSThe cached value of the 'Other CRS' attribute list.protected OutputFormatListTypeoutputFormatsThe cached value of the 'Output Formats' containment reference.protected EList<TitleType>titleThe cached value of the 'Title' containment reference list.protected EList<WGS84BoundingBoxType>wGS84BoundingBoxThe cached value of the 'WGS84 Bounding Box' containment reference list.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFeatureTypeTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs)NotificationChainbasicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs)NotificationChainbasicSetOutputFormats(OutputFormatListType newOutputFormats, 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)EList<AbstractType>getAbstract()StringgetDefaultCRS()ExtendedDescriptionTypegetExtendedDescription()EList<KeywordsType>getKeywords()EList<MetadataURLType>getMetadataURL()QNamegetName()NoCRSTypegetNoCRS()EList<String>getOtherCRS()OutputFormatListTypegetOutputFormats()EList<TitleType>getTitle()EList<WGS84BoundingBoxType>getWGS84BoundingBox()voidsetDefaultCRS(String newDefaultCRS)voidsetExtendedDescription(ExtendedDescriptionType newExtendedDescription)voidsetName(QName newName)voidsetNoCRS(NoCRSType newNoCRS)voidsetOutputFormats(OutputFormatListType newOutputFormats)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- 
NAME_EDEFAULTprotected static final QName NAME_EDEFAULT The default value of the 'Name' attribute.- See Also:
- getName()
 
 - 
titleprotected EList<TitleType> title The cached value of the 'Title' containment reference list.- See Also:
- getTitle()
 
 - 
abstract_protected EList<AbstractType> abstract_ The cached value of the 'Abstract' containment reference list.- See Also:
- getAbstract()
 
 - 
keywordsprotected EList<KeywordsType> keywords The cached value of the 'Keywords' containment reference list.- See Also:
- getKeywords()
 
 - 
DEFAULT_CRS_EDEFAULTprotected static final String DEFAULT_CRS_EDEFAULT The default value of the 'Default CRS' attribute.- See Also:
- getDefaultCRS()
 
 - 
defaultCRSprotected String defaultCRS The cached value of the 'Default CRS' attribute.- See Also:
- getDefaultCRS()
 
 - 
otherCRSprotected EList<String> otherCRS The cached value of the 'Other CRS' attribute list.- See Also:
- getOtherCRS()
 
 - 
noCRSprotected NoCRSType noCRS The cached value of the 'No CRS' containment reference.- See Also:
- getNoCRS()
 
 - 
outputFormatsprotected OutputFormatListType outputFormats The cached value of the 'Output Formats' containment reference.- See Also:
- getOutputFormats()
 
 - 
wGS84BoundingBoxprotected EList<WGS84BoundingBoxType> wGS84BoundingBox The cached value of the 'WGS84 Bounding Box' containment reference list.- See Also:
- getWGS84BoundingBox()
 
 - 
metadataURLprotected EList<MetadataURLType> metadataURL The cached value of the 'Metadata URL' containment reference list.- See Also:
- getMetadataURL()
 
 - 
extendedDescriptionprotected ExtendedDescriptionType extendedDescription The cached value of the 'Extended Description' containment reference.- See Also:
- getExtendedDescription()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getNamepublic QName getName() - Specified by:
- getNamein interface- FeatureTypeType
- Returns:
- the value of the 'Name' attribute.
- See Also:
- FeatureTypeType.setName(QName),- Wfs20Package.getFeatureTypeType_Name()
 
 - 
setNamepublic void setName(QName newName) - Specified by:
- setNamein interface- FeatureTypeType
- Parameters:
- newName- the new value of the 'Name' attribute.
- See Also:
- FeatureTypeType.getName()
 
 - 
getTitlepublic EList<TitleType> getTitle() - Specified by:
- getTitlein interface- FeatureTypeType
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
- Wfs20Package.getFeatureTypeType_Title()
 
 - 
getAbstractpublic EList<AbstractType> getAbstract() - Specified by:
- getAbstractin interface- FeatureTypeType
- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
- Wfs20Package.getFeatureTypeType_Abstract()
 
 - 
getKeywordspublic EList<KeywordsType> getKeywords() - Specified by:
- getKeywordsin interface- FeatureTypeType
- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
- Wfs20Package.getFeatureTypeType_Keywords()
 
 - 
getDefaultCRSpublic String getDefaultCRS() - Specified by:
- getDefaultCRSin interface- FeatureTypeType
- Returns:
- the value of the 'Default CRS' attribute.
- See Also:
- FeatureTypeType.setDefaultCRS(String),- Wfs20Package.getFeatureTypeType_DefaultCRS()
 
 - 
setDefaultCRSpublic void setDefaultCRS(String newDefaultCRS) - Specified by:
- setDefaultCRSin interface- FeatureTypeType
- Parameters:
- newDefaultCRS- the new value of the 'Default CRS' attribute.
- See Also:
- FeatureTypeType.getDefaultCRS()
 
 - 
getOtherCRSpublic EList<String> getOtherCRS() - Specified by:
- getOtherCRSin interface- FeatureTypeType
- Returns:
- the value of the 'Other CRS' attribute list.
- See Also:
- Wfs20Package.getFeatureTypeType_OtherCRS()
 
 - 
getNoCRSpublic NoCRSType getNoCRS() - Specified by:
- getNoCRSin interface- FeatureTypeType
- Returns:
- the value of the 'No CRS' containment reference.
- See Also:
- FeatureTypeType.setNoCRS(NoCRSType),- Wfs20Package.getFeatureTypeType_NoCRS()
 
 - 
basicSetNoCRSpublic NotificationChain basicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs) 
 - 
setNoCRSpublic void setNoCRS(NoCRSType newNoCRS) - Specified by:
- setNoCRSin interface- FeatureTypeType
- Parameters:
- newNoCRS- the new value of the 'No CRS' containment reference.
- See Also:
- FeatureTypeType.getNoCRS()
 
 - 
getOutputFormatspublic OutputFormatListType getOutputFormats() - Specified by:
- getOutputFormatsin interface- FeatureTypeType
- Returns:
- the value of the 'Output Formats' containment reference.
- See Also:
- FeatureTypeType.setOutputFormats(OutputFormatListType),- Wfs20Package.getFeatureTypeType_OutputFormats()
 
 - 
basicSetOutputFormatspublic NotificationChain basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs) 
 - 
setOutputFormatspublic void setOutputFormats(OutputFormatListType newOutputFormats) - Specified by:
- setOutputFormatsin interface- FeatureTypeType
- Parameters:
- newOutputFormats- the new value of the 'Output Formats' containment reference.
- See Also:
- FeatureTypeType.getOutputFormats()
 
 - 
getWGS84BoundingBoxpublic EList<WGS84BoundingBoxType> getWGS84BoundingBox() - Specified by:
- getWGS84BoundingBoxin interface- FeatureTypeType
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
- Wfs20Package.getFeatureTypeType_WGS84BoundingBox()
 
 - 
getMetadataURLpublic EList<MetadataURLType> getMetadataURL() - Specified by:
- getMetadataURLin interface- FeatureTypeType
- Returns:
- the value of the 'Metadata URL' containment reference list.
- See Also:
- Wfs20Package.getFeatureTypeType_MetadataURL()
 
 - 
getExtendedDescriptionpublic ExtendedDescriptionType getExtendedDescription() - Specified by:
- getExtendedDescriptionin interface- FeatureTypeType
- Returns:
- the value of the 'Extended Description' containment reference.
- See Also:
- FeatureTypeType.setExtendedDescription(ExtendedDescriptionType),- Wfs20Package.getFeatureTypeType_ExtendedDescription()
 
 - 
basicSetExtendedDescriptionpublic NotificationChain basicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs) 
 - 
setExtendedDescriptionpublic void setExtendedDescription(ExtendedDescriptionType newExtendedDescription) - Specified by:
- setExtendedDescriptionin interface- FeatureTypeType
- Parameters:
- newExtendedDescription- the new value of the 'Extended Description' containment reference.
- See Also:
- FeatureTypeType.getExtendedDescription()
 
 - 
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
 
 
- 
 
-