Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.WebParamMode

Packages that use WebParamMode
com.oracle.xmlns.webservices.jaxws_databinding   
 

Uses of WebParamMode in com.oracle.xmlns.webservices.jaxws_databinding
 

Fields in com.oracle.xmlns.webservices.jaxws_databinding declared as WebParamMode
protected  WebParamMode XmlWebParam.mode
           
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding that return WebParamMode
static WebParamMode WebParamMode.fromValue(String v)
           
 WebParamMode XmlWebParam.getMode()
          Gets the value of the mode property.
static WebParamMode WebParamMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebParamMode[] WebParamMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding with parameters of type WebParamMode
 void XmlWebParam.setMode(WebParamMode value)
          Sets the value of the mode property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.