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_1aForm_1bForm_1cForm_1dForm_21aForm_21a_backForm_1b_CustomUnknown
-
Method Summary
Modifier and Type Method Description final McFormTypevalueOf(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.
-
-
-
-