public class PrintQueueStatus extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Printing.PrintQueueStatus
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
PrintQueueStatus() |
PrintQueueStatus(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PrintQueueStatus |
add(PrintQueueStatus val) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
has(PrintQueueStatus val) |
boolean |
is(PrintQueueStatus val) |
PrintQueueStatus |
remove(PrintQueueStatus val) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static PrintQueueStatus Busy
public static final java.lang.String className
public static PrintQueueStatus DoorOpen
public static PrintQueueStatus Error
public static PrintQueueStatus Initializing
public static PrintQueueStatus IOActive
public static PrintQueueStatus ManualFeed
public static PrintQueueStatus None
public static PrintQueueStatus NotAvailable
public static PrintQueueStatus NoToner
public static PrintQueueStatus Offline
public static PrintQueueStatus OutOfMemory
public static PrintQueueStatus OutputBinFull
public static PrintQueueStatus PagePunt
public static PrintQueueStatus PaperJam
public static PrintQueueStatus PaperOut
public static PrintQueueStatus PaperProblem
public static PrintQueueStatus Paused
public static PrintQueueStatus PendingDeletion
public static PrintQueueStatus PowerSave
public static PrintQueueStatus Printing
public static PrintQueueStatus Processing
public static PrintQueueStatus ServerUnknown
public static PrintQueueStatus TonerLow
public static PrintQueueStatus UserIntervention
public static PrintQueueStatus Waiting
public static PrintQueueStatus WarmingUp
public PrintQueueStatus()
public PrintQueueStatus(java.lang.Object instance)
public final PrintQueueStatus add(PrintQueueStatus val) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic final boolean has(PrintQueueStatus val) throws java.lang.Throwable
java.lang.Throwablepublic final boolean is(PrintQueueStatus val) throws java.lang.Throwable
java.lang.Throwablepublic final PrintQueueStatus remove(PrintQueueStatus val) throws java.lang.Throwable
java.lang.Throwable