Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbXmlRecord.IOMode
Packages that use TdbXmlRecord.IOMode
-
Uses of TdbXmlRecord.IOMode in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbXmlRecord.IOModeModifier and TypeMethodDescriptionTdbXmlRecord.getInputOutputMode()Get the IO mode to use with this record.static TdbXmlRecord.IOModeReturns the enum constant of this class with the specified name.static TdbXmlRecord.IOMode[]TdbXmlRecord.IOMode.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.IOModeModifier and TypeMethodDescriptionvoidTdbXmlRecord.setInputOutputMode(TdbXmlRecord.IOMode mode) Set the IO mode to use with this record.