Package net.webpdf.wsclient.openapi
Enum OperationConvertPdfa.LevelEnum
- java.lang.Object
-
- java.lang.Enum<OperationConvertPdfa.LevelEnum>
-
- net.webpdf.wsclient.openapi.OperationConvertPdfa.LevelEnum
-
- All Implemented Interfaces:
Serializable,Comparable<OperationConvertPdfa.LevelEnum>
- Enclosing class:
- OperationConvertPdfa
public static enum OperationConvertPdfa.LevelEnum extends Enum<OperationConvertPdfa.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 OperationConvertPdfa.LevelEnumfromValue(String value)StringgetValue()StringtoString()static OperationConvertPdfa.LevelEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static OperationConvertPdfa.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 OperationConvertPdfa.LevelEnum _1A
-
_1B
public static final OperationConvertPdfa.LevelEnum _1B
-
_2A
public static final OperationConvertPdfa.LevelEnum _2A
-
_2B
public static final OperationConvertPdfa.LevelEnum _2B
-
_2U
public static final OperationConvertPdfa.LevelEnum _2U
-
_3A
public static final OperationConvertPdfa.LevelEnum _3A
-
_3B
public static final OperationConvertPdfa.LevelEnum _3B
-
_3U
public static final OperationConvertPdfa.LevelEnum _3U
-
-
Method Detail
-
values
public static OperationConvertPdfa.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 (OperationConvertPdfa.LevelEnum c : OperationConvertPdfa.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 OperationConvertPdfa.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<OperationConvertPdfa.LevelEnum>
-
fromValue
public static OperationConvertPdfa.LevelEnum fromValue(String value)
-
-