Uses of Class
org.apache.avro.Schema.Field.Order

Packages that use Schema.Field.Order
org.apache.avro Avro kernel classes. 
 

Uses of Schema.Field.Order in org.apache.avro
 

Methods in org.apache.avro that return Schema.Field.Order
 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.
 

Constructors in org.apache.avro with parameters of type Schema.Field.Order
Schema.Field(Schema schema, JsonNode defaultValue, Schema.Field.Order order)
           
 



Copyright © 2009 The Apache Software Foundation