net.opengis.ows11
Interface HTTPType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HTTPTypeImpl

public interface HTTPType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'HTTP Type'.

The following features are supported:

See Also:
Ows11Package.getHTTPType()

Method Summary
 org.eclipse.emf.common.util.EList getGet()
          Returns the value of the 'Get' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 org.eclipse.emf.common.util.EList getPost()
          Returns the value of the 'Post' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGroup

org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
Ows11Package.getHTTPType_Group()

getGet

org.eclipse.emf.common.util.EList getGet()
Returns the value of the 'Get' containment reference list. The list contents are of type RequestMethodType. Connect point URL prefix and any constraints for the HTTP "Get" request method for this operation request.

Returns:
the value of the 'Get' containment reference list.
See Also:
Ows11Package.getHTTPType_Get()

getPost

org.eclipse.emf.common.util.EList getPost()
Returns the value of the 'Post' containment reference list. The list contents are of type RequestMethodType. Connect point URL and any constraints for the HTTP "Post" request method for this operation request.

Returns:
the value of the 'Post' containment reference list.
See Also:
Ows11Package.getHTTPType_Post()


Copyright © 1996-2010 Geotools. All Rights Reserved.