GenericEnum.getSymbol - multiple declarations

Function GenericEnum.getSymbol

Returns the symbol corresponding to ordinal n.

string getSymbol (
  ulong n
) const;

Throws

AvroRuntimeException if the enum has no such ordinal.

Function GenericEnum.getSymbol

Returns the symbol for the current value of this enum.

string getSymbol() const;