Package | Description |
---|---|
com.viaoa.model.oa |
Helper wrapper classes.
|
com.viaoa.util |
Utility Classes used for object graphs and applications.
|
com.viaoa.util.converter |
Suports OAConverter class, package used to work with and transform data types.
|
Modifier and Type | Method and Description |
---|---|
OADate |
VDate.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
VDate.setValue(OADate newValue) |
Modifier and Type | Method and Description |
---|---|
static OADate |
OADate.dateValue(String date)
Converts a String to an OADate.
|
static OADate |
OADate.dateValue(String date,
String fmt)
Converts a String to an OADate.
|
static OADate |
OAConverter.toDate(Object value)
Convert a String to an OADate.
|
static OADate |
OAConverter.toDate(Object value,
String fmt)
Convert a String to an OADate.
|
Modifier and Type | Method and Description |
---|---|
static String |
OAString.format(OADate value)
Calls OAConverter to convert and format OADate.
|
void |
OADateTime.setDate(OADate d) |
Constructor and Description |
---|
OADateTime(OADate d,
OATime t)
Creates new datetime, using date and time.
|
Modifier and Type | Method and Description |
---|---|
protected OADate |
OAConverterOADate.convertToOADate(Object value,
String fmt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OAConverterOADate.convertFromOADate(Class toClass,
OADate dateValue,
String fmt) |
Copyright © 1999–2019 ViaOA. All rights reserved.