Package net.webpdf.wsclient.openapi
Enum OperationToolboxTranscribeTranscribe.ErrorReportEnum
- java.lang.Object
-
- java.lang.Enum<OperationToolboxTranscribeTranscribe.ErrorReportEnum>
-
- net.webpdf.wsclient.openapi.OperationToolboxTranscribeTranscribe.ErrorReportEnum
-
- All Implemented Interfaces:
Serializable,Comparable<OperationToolboxTranscribeTranscribe.ErrorReportEnum>
- Enclosing class:
- OperationToolboxTranscribeTranscribe
public static enum OperationToolboxTranscribeTranscribe.ErrorReportEnum extends Enum<OperationToolboxTranscribeTranscribe.ErrorReportEnum>
This parameter determines if and in which form the XML report for a failed conversion is returned. * none = XML report is not returned * message = XML report will be delivered as part of the error message * file = XML report is saved to file
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationToolboxTranscribeTranscribe.ErrorReportEnumfromValue(String value)StringgetValue()StringtoString()static OperationToolboxTranscribeTranscribe.ErrorReportEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static OperationToolboxTranscribeTranscribe.ErrorReportEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final OperationToolboxTranscribeTranscribe.ErrorReportEnum NONE
-
FILE
public static final OperationToolboxTranscribeTranscribe.ErrorReportEnum FILE
-
MESSAGE
public static final OperationToolboxTranscribeTranscribe.ErrorReportEnum MESSAGE
-
-
Method Detail
-
values
public static OperationToolboxTranscribeTranscribe.ErrorReportEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OperationToolboxTranscribeTranscribe.ErrorReportEnum c : OperationToolboxTranscribeTranscribe.ErrorReportEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperationToolboxTranscribeTranscribe.ErrorReportEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<OperationToolboxTranscribeTranscribe.ErrorReportEnum>
-
fromValue
public static OperationToolboxTranscribeTranscribe.ErrorReportEnum fromValue(String value)
-
-