values property

Set<PrintJobOutputType> values
final

Set of all values of PrintJobOutputType.

Implementation

static final Set<PrintJobOutputType> values = [
  PrintJobOutputType.GENERAL,
  PrintJobOutputType.GRAYSCALE,
  PrintJobOutputType.PHOTO,
  PrintJobOutputType.PHOTO_GRAYSCALE,
].toSet();