Field.Index, Field.Store| Constructor and Description |
|---|
FloatField(String name,
float value) |
FloatField(String name,
float value,
Field.Store store) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FieldVisitor visitor) |
float |
floatValue() |
Field.Index |
getIndex() |
String |
getName() |
Field.Store |
getStore() |
FieldType |
getType() |
String |
getValue() |
public FloatField(String name, float value)
public FloatField(String name, float value, Field.Store store)
public String getValue()
public Field.Index getIndex()
public void accept(FieldVisitor visitor)
public FieldType getType()
public float floatValue()
public Field.Store getStore()
Copyright © 2003–2016 Atlassian. All rights reserved.