Package com.oracle.bmc.aidocument.model
Enum SignatureSubTypeDetails.ModelSubType
- java.lang.Object
-
- java.lang.Enum<SignatureSubTypeDetails.ModelSubType>
-
- com.oracle.bmc.aidocument.model.SignatureSubTypeDetails.ModelSubType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SignatureSubTypeDetails.ModelSubType>
- Enclosing class:
- SignatureSubTypeDetails
public static enum SignatureSubTypeDetails.ModelSubType extends Enum<SignatureSubTypeDetails.ModelSubType> implements BmcEnum
The model sub type for DOCUMENT_ELEMENTS_EXTRACTION.The allowed values are: - QR_BAR_CODE - SIGNATURE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SignatureSubTypeDetails.ModelSubType
create(String key)
String
getValue()
static SignatureSubTypeDetails.ModelSubType
valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureSubTypeDetails.ModelSubType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QrBarCode
public static final SignatureSubTypeDetails.ModelSubType QrBarCode
-
Signature
public static final SignatureSubTypeDetails.ModelSubType Signature
-
-
Method Detail
-
values
public static SignatureSubTypeDetails.ModelSubType[] 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 (SignatureSubTypeDetails.ModelSubType c : SignatureSubTypeDetails.ModelSubType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SignatureSubTypeDetails.ModelSubType 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
-
create
public static SignatureSubTypeDetails.ModelSubType create(String key)
-
-