|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.query.IndexRules.TypedRule
org.modeshape.jcr.query.IndexRules.NumericTypedRule<T>
@Immutable protected static class IndexRules.NumericTypedRule<T>
Field Summary | |
---|---|
protected T |
maxValue
|
protected T |
minValue
|
Fields inherited from class org.modeshape.jcr.query.IndexRules.TypedRule |
---|
canBeReference, fullTextSearchable, index, store, type |
Constructor Summary | |
---|---|
protected |
IndexRules.NumericTypedRule(IndexRules.FieldType type,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.Index index,
T minValue,
T maxValue)
|
Method Summary | |
---|---|
T |
getMaximum()
|
T |
getMinimum()
|
String |
toString()
|
Methods inherited from class org.modeshape.jcr.query.IndexRules.TypedRule |
---|
canBeReference, getIndexOption, getStoreOption, getType, isFullTextSearchable, isSkipped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.modeshape.jcr.query.IndexRules.Rule |
---|
canBeReference, getIndexOption, getStoreOption, getType, isFullTextSearchable, isSkipped |
Field Detail |
---|
protected final T minValue
protected final T maxValue
Constructor Detail |
---|
protected IndexRules.NumericTypedRule(IndexRules.FieldType type, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, T minValue, T maxValue)
Method Detail |
---|
public T getMaximum()
getMaximum
in interface IndexRules.NumericRule<T>
public T getMinimum()
getMinimum
in interface IndexRules.NumericRule<T>
public String toString()
toString
in class IndexRules.TypedRule
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |