Package net.webpdf.wsclient.openapi
Enum OperationAnalyzePdfa.LevelEnum
- java.lang.Object
-
- java.lang.Enum<OperationAnalyzePdfa.LevelEnum>
-
- net.webpdf.wsclient.openapi.OperationAnalyzePdfa.LevelEnum
-
- All Implemented Interfaces:
Serializable,Comparable<OperationAnalyzePdfa.LevelEnum>
- Enclosing class:
- OperationAnalyzePdfa
public static enum OperationAnalyzePdfa.LevelEnum extends Enum<OperationAnalyzePdfa.LevelEnum>
Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationAnalyzePdfa.LevelEnumfromValue(String value)StringgetValue()StringtoString()static OperationAnalyzePdfa.LevelEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static OperationAnalyzePdfa.LevelEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1A
public static final OperationAnalyzePdfa.LevelEnum _1A
-
_1B
public static final OperationAnalyzePdfa.LevelEnum _1B
-
_2A
public static final OperationAnalyzePdfa.LevelEnum _2A
-
_2B
public static final OperationAnalyzePdfa.LevelEnum _2B
-
_2U
public static final OperationAnalyzePdfa.LevelEnum _2U
-
_3A
public static final OperationAnalyzePdfa.LevelEnum _3A
-
_3B
public static final OperationAnalyzePdfa.LevelEnum _3B
-
_3U
public static final OperationAnalyzePdfa.LevelEnum _3U
-
-
Method Detail
-
values
public static OperationAnalyzePdfa.LevelEnum[] 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 (OperationAnalyzePdfa.LevelEnum c : OperationAnalyzePdfa.LevelEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperationAnalyzePdfa.LevelEnum 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<OperationAnalyzePdfa.LevelEnum>
-
fromValue
public static OperationAnalyzePdfa.LevelEnum fromValue(String value)
-
-