Uses of Class
adams.flow.transformer.PDFMetaData.OutputType
-
Packages that use PDFMetaData.OutputType Package Description adams.flow.transformer -
-
Uses of PDFMetaData.OutputType in adams.flow.transformer
Fields in adams.flow.transformer declared as PDFMetaData.OutputType Modifier and Type Field Description protected PDFMetaData.OutputType
PDFMetaData. m_OutputType
how to output the meta-data.Methods in adams.flow.transformer that return PDFMetaData.OutputType Modifier and Type Method Description PDFMetaData.OutputType
PDFMetaData. getOutputType()
Returns how to output the meta-data.static PDFMetaData.OutputType
PDFMetaData.OutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFMetaData.OutputType[]
PDFMetaData.OutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type PDFMetaData.OutputType Modifier and Type Method Description void
PDFMetaData. setOutputType(PDFMetaData.OutputType value)
Sets how to output the meta-data.
-