com.factual.driver
Class ColumnSchema

java.lang.Object
  extended by com.factual.driver.ColumnSchema

public class ColumnSchema
extends Object


Field Summary
 String datatype
           
 String description
           
 boolean faceted
           
 String label
           
 String name
           
 boolean searchable
           
 boolean sortable
           
 
Constructor Summary
ColumnSchema(Map<String,Object> map)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

description

public final String description

faceted

public final boolean faceted

sortable

public final boolean sortable

label

public final String label

datatype

public final String datatype

searchable

public final boolean searchable
Constructor Detail

ColumnSchema

public ColumnSchema(Map<String,Object> map)
Constructor. Maps raw column schema data into a new ColumnSchema.

Parameters:
map - A column schema map object as provided by Factual.


Copyright © 2012. All Rights Reserved.