| Package | Description |
|---|---|
| de.spqrinfo.cups4j |
| Modifier and Type | Method and Description |
|---|---|
static JobStateEnum |
JobStateEnum.fromString(String value) |
JobStateEnum |
PrintJobAttributes.getJobState() |
JobStateEnum |
CupsPrinter.getJobStatus(int jobID)
Get current status for the print job with the given ID.
|
JobStateEnum |
CupsPrinter.getJobStatus(String userName,
int jobID)
Get current status for the print job with the given ID
|
static JobStateEnum |
JobStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStateEnum[] |
JobStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintJobAttributes.setJobState(JobStateEnum jobState) |
Copyright © 2016. All rights reserved.