public class IntField extends AbstractField<Integer> implements StoreField<Integer>
Constructor and Description |
---|
IntField(String name,
Integer value) |
IntField(String name,
Integer value,
boolean indexed,
boolean stored,
boolean tokenized) |
IntField(String name,
String value) |
IntField(String name,
String value,
boolean indexed,
boolean stored,
boolean tokenized) |
Modifier and Type | Method and Description |
---|---|
FieldType |
getType() |
String |
toString() |
getName, getValue, isIndexed, isStored, isTokenized, setIndexed, setStored, setTokenized
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isIndexed, isStored, isTokenized
Copyright © 2006–2018 TinyGroup. All rights reserved.