Uses of Class
com.tietoenator.trip.jxp.data.TdbXmlRecord.XmlRecordType
-
Packages that use TdbXmlRecord.XmlRecordType Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbXmlRecord.XmlRecordType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbXmlRecord.XmlRecordType Modifier and Type Method Description TdbXmlRecord.XmlRecordType
TdbXmlRecord. getRecordType()
Get the type of document this record contains.static TdbXmlRecord.XmlRecordType
TdbXmlRecord.XmlRecordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbXmlRecord.XmlRecordType[]
TdbXmlRecord.XmlRecordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbXmlRecord.XmlRecordType Modifier and Type Method Description void
TdbXmlRecord. prepareImport(java.io.InputStream stream, TdbXmlRecord.XmlRecordType type, java.lang.String fileName)
Prepare to import a document into a TRIPxml database.void
TdbXmlRecord. setRecordType(TdbXmlRecord.XmlRecordType type)
Set the type of document to retrieve.
-