Package net.opengis.wfs
Interface InsertedFeatureType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InsertedFeatureTypeImpl
public interface InsertedFeatureType extends EObject
A representation of the model object 'Inserted Feature Type'.The following features are supported:
- See Also:
WfsPackage.getInsertedFeatureType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getFeatureId()
Returns the value of the 'Feature Id' attribute list.String
getHandle()
Returns the value of the 'Handle' attribute.void
setHandle(String value)
Sets the value of the 'Handle
' attribute.
-
-
-
Method Detail
-
getFeatureId
EList getFeatureId()
Returns the value of the 'Feature Id' attribute list. The list contents are of typeObject
. This is the feature identifier for the newly created feature. The feature identifier may be generated by the WFS or provided by the client (depending on the value of the idgen attribute). In all cases of idgen values, the feature id must be reported here.- Returns:
- the value of the 'Feature Id' attribute list.
- See Also:
net.opengis.wfs.WFSPackage#getInsertedFeatureType_FeatureId()
-
getHandle
String getHandle()
Returns the value of the 'Handle' attribute. If the insert element that generated this feature had a value for the "handle" attribute then a WFS may report it using this attribute to correlate the feature created with the action that created it.- Returns:
- the value of the 'Handle' attribute.
- See Also:
setHandle(String)
,WfsPackage.getInsertedFeatureType_Handle()
-
setHandle
void setHandle(String value)
Sets the value of the 'Handle
' attribute.- Parameters:
value
- the new value of the 'Handle' attribute.- See Also:
getHandle()
-
-