Uses of Class
adams.flow.transformer.PDFAppendDocument.DataType
-
Packages that use PDFAppendDocument.DataType Package Description adams.flow.transformer -
-
Uses of PDFAppendDocument.DataType in adams.flow.transformer
Fields in adams.flow.transformer declared as PDFAppendDocument.DataType Modifier and Type Field Description protected PDFAppendDocument.DataTypePDFAppendDocument. m_Typethe data type.Methods in adams.flow.transformer that return PDFAppendDocument.DataType Modifier and Type Method Description PDFAppendDocument.DataTypePDFAppendDocument. getType()Returns the type of data to use.static PDFAppendDocument.DataTypePDFAppendDocument.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFAppendDocument.DataType[]PDFAppendDocument.DataType. 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 PDFAppendDocument.DataType Modifier and Type Method Description voidPDFAppendDocument. setType(PDFAppendDocument.DataType value)Sets the type of data to use.
-