public final class FloatFieldDescriptor extends FieldDescriptor
FieldDescriptor.Index, FieldDescriptor.Store
Modifier and Type | Field and Description |
---|---|
protected FieldDescriptor.Index |
index |
protected String |
name |
protected FieldDescriptor.Store |
store |
protected String |
value |
Constructor and Description |
---|
FloatFieldDescriptor(String name,
float value,
FieldDescriptor.Store store) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FieldVisitor<T> fieldVisitor) |
boolean |
equals(Object o) |
float |
floatValue() |
FieldDescriptor.Index |
getIndex() |
String |
getName() |
FieldDescriptor.Store |
getStore() |
String |
getValue() |
int |
hashCode() |
protected final String name
protected final String value
protected final FieldDescriptor.Index index
protected final FieldDescriptor.Store store
public FloatFieldDescriptor(String name, float value, FieldDescriptor.Store store)
public <T> T accept(FieldVisitor<T> fieldVisitor)
accept
in class FieldDescriptor
public float floatValue()
public String getName()
public String getValue()
public FieldDescriptor.Index getIndex()
public FieldDescriptor.Store getStore()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences