Modifiers | Name | Description |
---|---|---|
static enum |
Printer.PrinterType |
Modifiers | Name | Description |
---|---|---|
private boolean |
adminPrinter |
|
private java.lang.String |
hostname |
|
private java.lang.String |
location |
|
private java.lang.String |
name |
|
private Printer.PrinterType |
type |
|
private java.lang.String |
userGroup |
Constructor and description |
---|
Printer
(java.lang.String location, java.lang.String name, java.lang.String hostname, Printer.PrinterType type, boolean adminOnly, java.lang.String userGroup) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getHostname() |
|
java.lang.String |
getLocation() |
|
java.lang.String |
getName() |
|
Printer.PrinterType |
getType() |
|
java.lang.String |
getUserGroup() |
|
boolean |
isAdminPrinter() |
|
java.lang.String |
toString() |
null |
Printer |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Printer[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.