Package com.oracle.bmc.aidocument.model
Enum HealthInsuranceKvModelSubTypeDetails.ModelSubType
- java.lang.Object
-
- java.lang.Enum<HealthInsuranceKvModelSubTypeDetails.ModelSubType>
-
- com.oracle.bmc.aidocument.model.HealthInsuranceKvModelSubTypeDetails.ModelSubType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<HealthInsuranceKvModelSubTypeDetails.ModelSubType>
- Enclosing class:
- HealthInsuranceKvModelSubTypeDetails
public static enum HealthInsuranceKvModelSubTypeDetails.ModelSubType extends Enum<HealthInsuranceKvModelSubTypeDetails.ModelSubType> implements BmcEnum
The model sub type for KEY_VALUE_EXTRACTION The allowed values are: - RECEIPT - INVOICE - PASSPORT - DRIVER_LICENSE - HEALTH_INSURANCE_ID
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DriverLicenseHealthInsuranceIdInvoicePassportReceipt
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HealthInsuranceKvModelSubTypeDetails.ModelSubTypecreate(String key)StringgetValue()static HealthInsuranceKvModelSubTypeDetails.ModelSubTypevalueOf(String name)Returns the enum constant of this type with the specified name.static HealthInsuranceKvModelSubTypeDetails.ModelSubType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Receipt
public static final HealthInsuranceKvModelSubTypeDetails.ModelSubType Receipt
-
Invoice
public static final HealthInsuranceKvModelSubTypeDetails.ModelSubType Invoice
-
Passport
public static final HealthInsuranceKvModelSubTypeDetails.ModelSubType Passport
-
DriverLicense
public static final HealthInsuranceKvModelSubTypeDetails.ModelSubType DriverLicense
-
HealthInsuranceId
public static final HealthInsuranceKvModelSubTypeDetails.ModelSubType HealthInsuranceId
-
-
Method Detail
-
values
public static HealthInsuranceKvModelSubTypeDetails.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 (HealthInsuranceKvModelSubTypeDetails.ModelSubType c : HealthInsuranceKvModelSubTypeDetails.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 HealthInsuranceKvModelSubTypeDetails.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 HealthInsuranceKvModelSubTypeDetails.ModelSubType create(String key)
-
-