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