org.eclipse.jst.j2ee.webapplication
Interface HTTPMethodType

All Superinterfaces:
J2EEEObject

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
 

Method Detail

getHttpMethod

public 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

public 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()