Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.WebParamMode
-
Packages that use WebParamMode Package Description 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 Modifier and Type Field Description protected WebParamModeXmlWebParam. modeMethods in com.oracle.xmlns.webservices.jaxws_databinding that return WebParamMode Modifier and Type Method Description static WebParamModeWebParamMode. fromValue(String v)WebParamModeXmlWebParam. getMode()Gets the value of the mode property.static WebParamModeWebParamMode. 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 Modifier and Type Method Description voidXmlWebParam. setMode(WebParamMode value)Sets the value of the mode property.
-