Package | Description |
---|---|
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 |
---|---|
static OAConverterInterface |
OAConverter.getConverter(Class clazz)
Returns a OAConverterInterface Object for a specific Class.
|
Modifier and Type | Method and Description |
---|---|
static void |
OAConverter.addConverter(Class clazz,
OAConverterInterface oci) |
Modifier and Type | Class and Description |
---|---|
class |
OAConverterArray |
class |
OAConverterBigDecimal
Primarily used to represent currency.
|
class |
OAConverterBoolean
Convert to/from a Boolean value.
|
class |
OAConverterCalendar
Convert to/from a Calendar value.
|
class |
OAConverterCharacter
Convert a value to/from a Character value.
|
class |
OAConverterColor
Convert to/from a Color value.
|
class |
OAConverterDate
Convert to/from a Date value.
|
class |
OAConverterDimension
Convert to/from a Rectangle value.
|
class |
OAConverterEnum |
class |
OAConverterFont
Convert to/from a Font value.
|
class |
OAConverterNumber
Convert to/from a Number value.
|
class |
OAConverterOADate
Convert to/from a OADate value.
|
class |
OAConverterOADateTime
Convert to/from a OADateTime value.
|
class |
OAConverterOATime
Convert to/from a OATime value.
|
class |
OAConverterPoint
Convert to/from a Point value.
|
class |
OAConverterRectangle
Convert to/from a Rectangle value.
|
class |
OAConverterSqlDate
Convert to/from a Date value.
|
class |
OAConverterString
Converts a null to a blank "", or will use the third value in fmt (seperated by ;)
|
class |
OAConverterTime
Convert to/from a Time value.
|
class |
OAConverterTimestamp
Convert to/from a Timestamp value.
|
class |
OAConverterTimeZone |
Copyright © 1999–2019 ViaOA. All rights reserved.