| 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 | 
|---|
| Field(String name,
     Schema schema,
     String doc,
     Object defaultValue,
     Schema.Field.Order order) | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.