Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbXmlRecord.XmlRecordType
Packages that use TdbXmlRecord.XmlRecordType
-
Uses of TdbXmlRecord.XmlRecordType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbXmlRecord.XmlRecordTypeModifier and TypeMethodDescriptionTdbXmlRecord.getRecordType()
Get the type of document this record contains.static TdbXmlRecord.XmlRecordType
Returns the enum constant of this class with the specified name.static TdbXmlRecord.XmlRecordType[]
TdbXmlRecord.XmlRecordType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbXmlRecord.XmlRecordTypeModifier and TypeMethodDescriptionvoid
TdbXmlRecord.prepareImport
(InputStream stream, TdbXmlRecord.XmlRecordType type, String fileName) Prepare to import a document into a TRIPxml database.void
TdbXmlRecord.setRecordType
(TdbXmlRecord.XmlRecordType type) Set the type of document to retrieve.