Uses of Enum
org.apache.cxf.xkms.model.xkms.ResultMinorEnum
Packages that use ResultMinorEnum
-
Uses of ResultMinorEnum in org.apache.cxf.xkms.exception
Methods in org.apache.cxf.xkms.exception that return ResultMinorEnumConstructors in org.apache.cxf.xkms.exception with parameters of type ResultMinorEnumModifierConstructorDescriptionXKMSConfigurationException(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 ResultMinorEnumModifier and TypeMethodDescriptionstatic ResultMinorEnumstatic ResultMinorEnumReturns 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.