Interface InsertedFeatureType

    • 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.
      • 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 Detail

      • getFeatureId

        EList getFeatureId()
        Returns the value of the 'Feature Id' attribute list. The list contents are of type Object. 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()