Package | Description |
---|---|
com.viaoa.concurrent |
Solutions for concurrent processing patterns.
|
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 |
---|---|
ScheduledFuture<?> |
OAScheduledExecutorService.scheduleEvery(Runnable r,
OATime time) |
Modifier and Type | Method and Description |
---|---|
OATime |
VTime.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
VTime.setValue(OATime newValue) |
Modifier and Type | Method and Description |
---|---|
static OATime |
OATime.timeValue(String time)
Converts a String to an OATime using a default format.
|
static OATime |
OATime.timeValue(String time,
String fmt)
Converts a String to an OATime using a supplied format.
|
static OATime |
OAConverter.toTime(Object value)
Convert a String to an OATime.
|
static OATime |
OAConverter.toTime(Object value,
String fmt)
Convert a String to an OATime.
|
Modifier and Type | Method and Description |
---|---|
void |
OADateTime.setTime(OATime t) |
Constructor and Description |
---|
OADateTime(OADate d,
OATime t)
Creates new datetime, using date and time.
|
Modifier and Type | Method and Description |
---|---|
protected OATime |
OAConverterOATime.convertToOATime(Object value,
String fmt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OAConverterOATime.convertFromOATime(Class toClass,
OATime timeValue,
String fmt) |
Copyright © 1999–2019 ViaOA. All rights reserved.