| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Schema.Field.Order | 
Schema.Field.order()  | 
static Schema.Field.Order | 
Schema.Field.Order.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Schema.Field.Order[] | 
Schema.Field.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
Schema.Field(String name,
            Schema schema,
            String doc,
            org.codehaus.jackson.JsonNode defaultValue,
            Schema.Field.Order order)  | 
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.