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.DataType
PDFAppendDocument. m_Type
the data type.Methods in adams.flow.transformer that return PDFAppendDocument.DataType Modifier and Type Method Description PDFAppendDocument.DataType
PDFAppendDocument. getType()
Returns the type of data to use.static PDFAppendDocument.DataType
PDFAppendDocument.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 void
PDFAppendDocument. setType(PDFAppendDocument.DataType value)
Sets the type of data to use.
-