Uses of Class
org.apache.hcatalog.data.schema.HCatFieldSchema.Category

Packages that use HCatFieldSchema.Category
org.apache.hcatalog.data.schema   
 

Uses of HCatFieldSchema.Category in org.apache.hcatalog.data.schema
 

Methods in org.apache.hcatalog.data.schema that return HCatFieldSchema.Category
static HCatFieldSchema.Category HCatFieldSchema.Category.fromType(HCatFieldSchema.Type type)
           
 HCatFieldSchema.Category HCatFieldSchema.getCategory()
          Returns category of the field
static HCatFieldSchema.Category HCatFieldSchema.Category.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HCatFieldSchema.Category[] HCatFieldSchema.Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.