Package net.opengis.wfs20
Interface AdditionalValuesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AdditionalValuesTypeImpl
public interface AdditionalValuesType
extends EObject
A representation of the model object 'Additional Values Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Simple Feature Collection' containment reference.FeatureMap
Returns the value of the 'Simple Feature Collection Group' attribute list.Returns the value of the 'Value Collection' containment reference.void
Sets the value of the 'Simple Feature Collection
' containment reference.void
Sets the value of the 'Value Collection
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValueCollection
ValueCollectionType getValueCollection()Returns the value of the 'Value Collection' containment reference.If the meaning of the 'Value Collection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Collection' containment reference.
- See Also:
-
setValueCollection
Sets the value of the 'Value Collection
' containment reference.- Parameters:
value
- the new value of the 'Value Collection' containment reference.- See Also:
-
getSimpleFeatureCollectionGroup
FeatureMap getSimpleFeatureCollectionGroup()Returns the value of the 'Simple Feature Collection Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Simple Feature Collection Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection Group' attribute list.
- See Also:
-
getSimpleFeatureCollection
SimpleFeatureCollectionType getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.If the meaning of the 'Simple Feature Collection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
-
setSimpleFeatureCollection
Sets the value of the 'Simple Feature Collection
' containment reference.- Parameters:
value
- the new value of the 'Simple Feature Collection' containment reference.- See Also:
-