value property
Gets the enumeration value as int. return The value.
Implementation
int get value {
switch (this) {
case BiosealFormat.undefined:
return 0;
case BiosealFormat.vdsAfnorXpZ42_101:
return 1;
case BiosealFormat.vdsAfnorXpZ42_105:
return 2;
case BiosealFormat.vdsIso22376_2023:
return 3;
case BiosealFormat.vdsIso22376WithIso15459Prefix:
return 4;
case BiosealFormat.vdsAfnorXpZ42105WithIso15459Prefix:
return 5;
}
}