| Package | Description |
|---|---|
| org.protempa.dest.table | |
| org.protempa.proposition.value |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularWriter.writeDate(DateValue inValue) |
void |
AbstractTabularWriter.writeDate(DateValue inValue) |
void |
TabularWriter.writeDate(DateValue inValue,
Format inFormat) |
void |
RelDbTabularWriter.writeDate(DateValue inValue,
Format inFormat) |
void |
FileTabularWriter.writeDate(DateValue inValue,
Format inFormat) |
| Modifier and Type | Method and Description |
|---|---|
DateValue |
DateValueBuilder.build() |
static DateValue |
DateValue.getInstance()
Constructs a new date value representing the current time.
|
static DateValue |
DateValue.getInstance(Date date)
Constructs a new date value from a Java date object.
|
static DateValue |
DateValue.parse(String str)
Parses a date from a string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DateValue.compareTo(DateValue other) |
void |
ValueVisitor.visit(DateValue dateValue)
Processes a date value.
|
| Constructor and Description |
|---|
DateValueBuilder(DateValue dateValue) |
Copyright © 2012–2017 Emory University. All rights reserved.