Package com.oracle.bmc.aidocument.model
Enum QrBarCodeSubTypeDetails.ModelSubType
- java.lang.Object
-
- java.lang.Enum<QrBarCodeSubTypeDetails.ModelSubType>
-
- com.oracle.bmc.aidocument.model.QrBarCodeSubTypeDetails.ModelSubType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<QrBarCodeSubTypeDetails.ModelSubType>
- Enclosing class:
- QrBarCodeSubTypeDetails
public static enum QrBarCodeSubTypeDetails.ModelSubType extends Enum<QrBarCodeSubTypeDetails.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 QrBarCodeSubTypeDetails.ModelSubTypecreate(String key)StringgetValue()static QrBarCodeSubTypeDetails.ModelSubTypevalueOf(String name)Returns the enum constant of this type with the specified name.static QrBarCodeSubTypeDetails.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 QrBarCodeSubTypeDetails.ModelSubType QrBarCode
-
Signature
public static final QrBarCodeSubTypeDetails.ModelSubType Signature
-
-
Method Detail
-
values
public static QrBarCodeSubTypeDetails.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 (QrBarCodeSubTypeDetails.ModelSubType c : QrBarCodeSubTypeDetails.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 QrBarCodeSubTypeDetails.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 QrBarCodeSubTypeDetails.ModelSubType create(String key)
-
-