org.apache.avro.generic
Interface GenericEnumSymbol

All Superinterfaces:
GenericContainer
All Known Implementing Classes:
GenericData.EnumSymbol

public interface GenericEnumSymbol
extends GenericContainer

An enum symbol.


Method Summary
 String toString()
          Return the symbol.
 
Methods inherited from interface org.apache.avro.generic.GenericContainer
getSchema
 

Method Detail

toString

String toString()
Return the symbol.

Overrides:
toString in class Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.