Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbRenditionType
Packages that use TdbRenditionType
-
Uses of TdbRenditionType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbRenditionTypeModifier and TypeMethodDescriptionstatic TdbRenditionType
TdbRenditionType.getRenditionType
(String name) Retrieve the rendition type that matches the provided protocol nameTdbStringField.getRenditionType()
Retrieve the type of rendition that was requested for the field during the latest retrieval.static TdbRenditionType
Returns the enum constant of this class with the specified name.static TdbRenditionType[]
TdbRenditionType.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 TdbRenditionTypeModifier and TypeMethodDescriptionvoid
TdbStringField.convert
(TdbRenditionType rendition, String originalFilename, String outputDirectory, String outputFilename, String preferredAdapter, TdbTextField highlightSourceField, boolean refreshHitLocations) Render the contents of the field to HTML and write it to a file.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbRenditionTypeModifierConstructorDescriptionTdbHighlightRendition
(String stringFieldName, String textFieldName, TdbRenditionType type) Constructor, create a fully specified template field.TdbHighlightRendition
(String stringFieldName, String textFieldName, String filenameFieldName, TdbRenditionType type) Constructor, create a fully specified template field.TdbRendition
(String name, TdbRenditionType type) Constructor for a string template field with optional conversionTdbRendition
(String stringFieldName, String filenameFieldName, TdbRenditionType type) Constructor for a string template field with optional conversion.