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