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