Uses of Class
com.igormaznitsa.jcp.context.PreprocessingState.PrinterType
-
Packages that use PreprocessingState.PrinterType Package Description com.igormaznitsa.jcp.context -
-
Uses of PreprocessingState.PrinterType in com.igormaznitsa.jcp.context
Methods in com.igormaznitsa.jcp.context that return PreprocessingState.PrinterType Modifier and Type Method Description static PreprocessingState.PrinterType
PreprocessingState.PrinterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PreprocessingState.PrinterType[]
PreprocessingState.PrinterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.igormaznitsa.jcp.context with parameters of type PreprocessingState.PrinterType Modifier and Type Method Description void
PreprocessingState. setPrinter(PreprocessingState.PrinterType type)
-