Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbXmlRecord.IOMode |
TdbXmlRecord.getInputOutputMode()
Get the IO mode to use with this record.
|
static TdbXmlRecord.IOMode |
TdbXmlRecord.IOMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbXmlRecord.IOMode[] |
TdbXmlRecord.IOMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbXmlRecord.setInputOutputMode(TdbXmlRecord.IOMode mode)
Set the IO mode to use with this record.
|