Package io.scanbot.mcscanner.model
Enum McFormType
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum McFormType extends Enum<McFormType>
Form type of the Medical certificate
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Form_1a
Form_1b
Form_1c
Form_1d
Form_21a
Form_21a_back
Form_1b_Custom
Unknown
-
Method Summary
Modifier and Type Method Description final McFormType
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<McFormType>
values()
Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
valueOf
final McFormType valueOf(String value)
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.)
-
values
final Array<McFormType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-