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