com.factual.driver
Class ColumnSchema
java.lang.Object
com.factual.driver.ColumnSchema
public class ColumnSchema
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.