Uses of Class
org.apache.cxf.xkms.model.xkms.ResponseMechanismEnum
-
Packages that use ResponseMechanismEnum Package Description org.apache.cxf.xkms.model.xkms -
-
Uses of ResponseMechanismEnum in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return ResponseMechanismEnum Modifier and Type Method Description static ResponseMechanismEnumResponseMechanismEnum. fromValue(String v)static ResponseMechanismEnumResponseMechanismEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseMechanismEnum[]ResponseMechanismEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-