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.OutputTypePDFMetaData. m_OutputTypehow to output the meta-data.Methods in adams.flow.transformer that return PDFMetaData.OutputType Modifier and Type Method Description PDFMetaData.OutputTypePDFMetaData. getOutputType()Returns how to output the meta-data.static PDFMetaData.OutputTypePDFMetaData.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 voidPDFMetaData. setOutputType(PDFMetaData.OutputType value)Sets how to output the meta-data.
-