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 BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected EList<AbstractType>
abstract_
The cached value of the 'Abstract
' containment reference list.protected static String
DEFAULT_CRS_EDEFAULT
The default value of the 'Default CRS
' attribute.protected String
defaultCRS
The cached value of the 'Default CRS
' attribute.protected ExtendedDescriptionType
extendedDescription
The cached value of the 'Extended Description
' containment reference.protected EList<KeywordsType>
keywords
The cached value of the 'Keywords
' containment reference list.protected EList<MetadataURLType>
metadataURL
The cached value of the 'Metadata URL
' containment reference list.protected QName
name
The cached value of the 'Name
' attribute.protected static QName
NAME_EDEFAULT
The default value of the 'Name
' attribute.protected NoCRSType
noCRS
The cached value of the 'No CRS
' containment reference.protected EList<String>
otherCRS
The cached value of the 'Other CRS
' attribute list.protected OutputFormatListType
outputFormats
The cached value of the 'Output Formats
' containment reference.protected EList<TitleType>
title
The cached value of the 'Title
' containment reference list.protected EList<WGS84BoundingBoxType>
wGS84BoundingBox
The cached value of the 'WGS84 Bounding Box
' containment reference list.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FeatureTypeTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs)
NotificationChain
basicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs)
NotificationChain
basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
EList<AbstractType>
getAbstract()
String
getDefaultCRS()
ExtendedDescriptionType
getExtendedDescription()
EList<KeywordsType>
getKeywords()
EList<MetadataURLType>
getMetadataURL()
QName
getName()
NoCRSType
getNoCRS()
EList<String>
getOtherCRS()
OutputFormatListType
getOutputFormats()
EList<TitleType>
getTitle()
EList<WGS84BoundingBoxType>
getWGS84BoundingBox()
void
setDefaultCRS(String newDefaultCRS)
void
setExtendedDescription(ExtendedDescriptionType newExtendedDescription)
void
setName(QName newName)
void
setNoCRS(NoCRSType newNoCRS)
void
setOutputFormats(OutputFormatListType newOutputFormats)
String
toString()
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, 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 BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_EDEFAULT
protected static final QName NAME_EDEFAULT
The default value of the 'Name
' attribute.- See Also:
getName()
-
title
protected 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()
-
keywords
protected EList<KeywordsType> keywords
The cached value of the 'Keywords
' containment reference list.- See Also:
getKeywords()
-
DEFAULT_CRS_EDEFAULT
protected static final String DEFAULT_CRS_EDEFAULT
The default value of the 'Default CRS
' attribute.- See Also:
getDefaultCRS()
-
defaultCRS
protected String defaultCRS
The cached value of the 'Default CRS
' attribute.- See Also:
getDefaultCRS()
-
otherCRS
protected EList<String> otherCRS
The cached value of the 'Other CRS
' attribute list.- See Also:
getOtherCRS()
-
noCRS
protected NoCRSType noCRS
The cached value of the 'No CRS
' containment reference.- See Also:
getNoCRS()
-
outputFormats
protected OutputFormatListType outputFormats
The cached value of the 'Output Formats
' containment reference.- See Also:
getOutputFormats()
-
wGS84BoundingBox
protected EList<WGS84BoundingBoxType> wGS84BoundingBox
The cached value of the 'WGS84 Bounding Box
' containment reference list.- See Also:
getWGS84BoundingBox()
-
metadataURL
protected EList<MetadataURLType> metadataURL
The cached value of the 'Metadata URL
' containment reference list.- See Also:
getMetadataURL()
-
extendedDescription
protected ExtendedDescriptionType extendedDescription
The cached value of the 'Extended Description
' containment reference.- See Also:
getExtendedDescription()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getName
public QName getName()
- Specified by:
getName
in interfaceFeatureTypeType
- Returns:
- the value of the 'Name' attribute.
- See Also:
FeatureTypeType.setName(QName)
,Wfs20Package.getFeatureTypeType_Name()
-
setName
public void setName(QName newName)
- Specified by:
setName
in interfaceFeatureTypeType
- Parameters:
newName
- the new value of the 'Name' attribute.- See Also:
FeatureTypeType.getName()
-
getTitle
public EList<TitleType> getTitle()
- Specified by:
getTitle
in interfaceFeatureTypeType
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_Title()
-
getAbstract
public EList<AbstractType> getAbstract()
- Specified by:
getAbstract
in interfaceFeatureTypeType
- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_Abstract()
-
getKeywords
public EList<KeywordsType> getKeywords()
- Specified by:
getKeywords
in interfaceFeatureTypeType
- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_Keywords()
-
getDefaultCRS
public String getDefaultCRS()
- Specified by:
getDefaultCRS
in interfaceFeatureTypeType
- Returns:
- the value of the 'Default CRS' attribute.
- See Also:
FeatureTypeType.setDefaultCRS(String)
,Wfs20Package.getFeatureTypeType_DefaultCRS()
-
setDefaultCRS
public void setDefaultCRS(String newDefaultCRS)
- Specified by:
setDefaultCRS
in interfaceFeatureTypeType
- Parameters:
newDefaultCRS
- the new value of the 'Default CRS' attribute.- See Also:
FeatureTypeType.getDefaultCRS()
-
getOtherCRS
public EList<String> getOtherCRS()
- Specified by:
getOtherCRS
in interfaceFeatureTypeType
- Returns:
- the value of the 'Other CRS' attribute list.
- See Also:
Wfs20Package.getFeatureTypeType_OtherCRS()
-
getNoCRS
public NoCRSType getNoCRS()
- Specified by:
getNoCRS
in interfaceFeatureTypeType
- Returns:
- the value of the 'No CRS' containment reference.
- See Also:
FeatureTypeType.setNoCRS(NoCRSType)
,Wfs20Package.getFeatureTypeType_NoCRS()
-
basicSetNoCRS
public NotificationChain basicSetNoCRS(NoCRSType newNoCRS, NotificationChain msgs)
-
setNoCRS
public void setNoCRS(NoCRSType newNoCRS)
- Specified by:
setNoCRS
in interfaceFeatureTypeType
- Parameters:
newNoCRS
- the new value of the 'No CRS' containment reference.- See Also:
FeatureTypeType.getNoCRS()
-
getOutputFormats
public OutputFormatListType getOutputFormats()
- Specified by:
getOutputFormats
in interfaceFeatureTypeType
- Returns:
- the value of the 'Output Formats' containment reference.
- See Also:
FeatureTypeType.setOutputFormats(OutputFormatListType)
,Wfs20Package.getFeatureTypeType_OutputFormats()
-
basicSetOutputFormats
public NotificationChain basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs)
-
setOutputFormats
public void setOutputFormats(OutputFormatListType newOutputFormats)
- Specified by:
setOutputFormats
in interfaceFeatureTypeType
- Parameters:
newOutputFormats
- the new value of the 'Output Formats' containment reference.- See Also:
FeatureTypeType.getOutputFormats()
-
getWGS84BoundingBox
public EList<WGS84BoundingBoxType> getWGS84BoundingBox()
- Specified by:
getWGS84BoundingBox
in interfaceFeatureTypeType
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_WGS84BoundingBox()
-
getMetadataURL
public EList<MetadataURLType> getMetadataURL()
- Specified by:
getMetadataURL
in interfaceFeatureTypeType
- Returns:
- the value of the 'Metadata URL' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_MetadataURL()
-
getExtendedDescription
public ExtendedDescriptionType getExtendedDescription()
- Specified by:
getExtendedDescription
in interfaceFeatureTypeType
- Returns:
- the value of the 'Extended Description' containment reference.
- See Also:
FeatureTypeType.setExtendedDescription(ExtendedDescriptionType)
,Wfs20Package.getFeatureTypeType_ExtendedDescription()
-
basicSetExtendedDescription
public NotificationChain basicSetExtendedDescription(ExtendedDescriptionType newExtendedDescription, NotificationChain msgs)
-
setExtendedDescription
public void setExtendedDescription(ExtendedDescriptionType newExtendedDescription)
- Specified by:
setExtendedDescription
in interfaceFeatureTypeType
- Parameters:
newExtendedDescription
- the new value of the 'Extended Description' containment reference.- See Also:
FeatureTypeType.getExtendedDescription()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-