|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.output.client.PrinterProtocol
public final class PrinterProtocol
An enumeration value that specifies the printing protocol that is used by the Output service. To see this enumeration value used within a code example, see the Sending a print stream to a network printer using the Java API quick start in Programming wiht Adobe Experience Manager forms.
Field Summary | |
---|---|
static PrinterProtocol |
CIFS
The Common Internet File System printing protocol, used primarily on the Windows operating system. |
static PrinterProtocol |
CUPS
A printing protocol (named common UNIX printing system) used for Unix operating systems that enables a computer to function as a print server and able to accept print requests from client applications, process them, and send them to configured printers. |
static PrinterProtocol |
DirectIP
A standard protocol for remote printing as well as managing print jobs. |
static PrinterProtocol |
LPD
A printing protocol (named Line Printer Daemon protocol or Line Printer Remote protocol) that provide network print server functionality for Unix-based systems. |
static PrinterProtocol |
SharedPrinter
A printing protocol that enable a computer to use a printer that has been configured for that computer. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this enumeration value. |
static PrinterProtocol |
valueOf(java.lang.String name)
|
static PrinterProtocol[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PrinterProtocol CUPS
public static final PrinterProtocol DirectIP
public static final PrinterProtocol LPD
public static final PrinterProtocol SharedPrinter
public static final PrinterProtocol CIFS
Method Detail |
---|
public static PrinterProtocol[] values()
public static PrinterProtocol valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |