|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Schemata.Column
Information about a queryable column.
Method Summary | |
---|---|
Object |
getMaximum()
|
Object |
getMinimum()
|
String |
getName()
Get the name for this column. |
Set<Operator> |
getOperators()
Get the set of operators that can be used in a comparison involving this column. |
String |
getPropertyTypeName()
Get the property type for this column. |
PropertyType |
getRequiredType()
|
boolean |
isComparable()
Get whether this column can be used within a comparison using operators other than
Operator.EQUAL_TO or Operator.NOT_EQUAL_TO . |
boolean |
isFullTextSearchable()
Get whether the column can be used in a full-text search. |
boolean |
isOrderable()
Get whether this column can be used within an ORDER BY clause . |
Method Detail |
---|
String getName()
String getPropertyTypeName()
boolean isFullTextSearchable()
Set<Operator> getOperators()
boolean isOrderable()
ORDER BY clause
.
boolean isComparable()
operators
other than
Operator.EQUAL_TO
or Operator.NOT_EQUAL_TO
.
PropertyType getRequiredType()
Object getMinimum()
Object getMaximum()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |