Uses of Class
org.apache.cxf.xkms.model.xkms.ResultMinorEnum
-
Packages that use ResultMinorEnum Package Description org.apache.cxf.xkms.exception org.apache.cxf.xkms.model.xkms -
-
Uses of ResultMinorEnum in org.apache.cxf.xkms.exception
Methods in org.apache.cxf.xkms.exception that return ResultMinorEnum Modifier and Type Method Description ResultMinorEnumXKMSException. getResultMinor()Constructors in org.apache.cxf.xkms.exception with parameters of type ResultMinorEnum Constructor Description XKMSConfigurationException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String msg)XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor)XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String msg)XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String arg0, Throwable arg1) -
Uses of ResultMinorEnum in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return ResultMinorEnum Modifier and Type Method Description static ResultMinorEnumResultMinorEnum. fromValue(String v)static ResultMinorEnumResultMinorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultMinorEnum[]ResultMinorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-