Uses of Class
com.sun.xml.ws.api.model.ParameterBinding.Kind
-
Packages that use ParameterBinding.Kind Package Description com.sun.xml.ws.api.model -
-
Uses of ParameterBinding.Kind in com.sun.xml.ws.api.model
Fields in com.sun.xml.ws.api.model declared as ParameterBinding.Kind Modifier and Type Field Description ParameterBinding.KindParameterBinding. kindRepresents the kind ofParameterBinding.Methods in com.sun.xml.ws.api.model that return ParameterBinding.Kind Modifier and Type Method Description static ParameterBinding.KindParameterBinding.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterBinding.Kind[]ParameterBinding.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-