org.eclipse.jst.j2ee.webapplication
Interface HTTPMethodType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection

public interface HTTPMethodType
extends J2EEEObject

See Also:
WebapplicationPackage.getHTTPMethodType()

Method Summary
 java.lang.String getHttpMethod()
          Deprecated. Returns the value of the 'Http Method' attribute
 void setHttpMethod(java.lang.String value)
          Deprecated. Sets the value of the 'Http Method' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHttpMethod

java.lang.String getHttpMethod()
Deprecated. 
Returns the value of the 'Http Method' attribute.

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

Returns:
the value of the 'Http Method' attribute.
See Also:
setHttpMethod(String), WebapplicationPackage.getHTTPMethodType_HttpMethod()

setHttpMethod

void setHttpMethod(java.lang.String value)
Deprecated. 
Sets the value of the 'Http Method' attribute.

Parameters:
value - the new value of the 'Http Method' attribute.
See Also:
getHttpMethod()