org.modeshape.graph.query.validate
Interface Schemata.Column

Enclosing interface:
Schemata

public static interface Schemata.Column

Information about a queryable column.


Method Summary
 String getName()
          Get the name for this column.
 String getPropertyType()
          Get the property type for this column.
 boolean isFullTextSearchable()
          Get whether the column can be used in a full-text search.
 

Method Detail

getName

String getName()
Get the name for this column.

Returns:
the column name; never null

getPropertyType

String getPropertyType()
Get the property type for this column.

Returns:
the property type; never null

isFullTextSearchable

boolean isFullTextSearchable()
Get whether the column can be used in a full-text search.

Returns:
true if the column is full-text searchable, or false otherwise


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.