Uses of Class
org.apache.wink.common.model.wadl.HTTPMethods

Packages that use HTTPMethods
org.apache.wink.common.model.wadl   
 

Uses of HTTPMethods in org.apache.wink.common.model.wadl
 

Methods in org.apache.wink.common.model.wadl that return HTTPMethods
static HTTPMethods HTTPMethods.fromValue(String v)
           
static HTTPMethods HTTPMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HTTPMethods[] HTTPMethods.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.