org.apache.avro.specific
Interface SpecificRecord

All Superinterfaces:
GenericContainer
All Known Implementing Classes:
SpecificExceptionBase, SpecificRecordBase

public interface SpecificRecord
extends GenericContainer

Implemented by generated record classes. Permits efficient access to fields.


Method Summary
 Object get(int field)
           
 void set(int field, Object value)
           
 
Methods inherited from interface org.apache.avro.generic.GenericContainer
getSchema
 

Method Detail

get

Object get(int field)

set

void set(int field,
         Object value)


Copyright © 2009 The Apache Software Foundation