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