Function GenericEnum.getEnumOrdinal
Returns the ordinal for the given symbol.
ulong getEnumOrdinal
(
string symbol
) const;
Throws
AvroRuntimeException if the symbol does not match any enum value.
Returns the ordinal for the given symbol.
ulong getEnumOrdinal
(
string symbol
) const;
AvroRuntimeException if the symbol does not match any enum value.