Class PrinterStateReason
public class PrinterStateReason : EnumSyntax, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<EnumSyntax>PrinterStateReason
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<EnumSyntax>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<EnumSyntax>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<EnumSyntax>.IsAssignableFrom(IJavaType)JVMBridgeBase<EnumSyntax>.IsAssignableFrom<T>()JVMBridgeBase<EnumSyntax>.Execute<T>(params T[])JVMBridgeBase<EnumSyntax>.DynBridgeClazzJVMBridgeBase<EnumSyntax>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
PrinterStateReason()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PrinterStateReason()
PrinterStateReason(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public PrinterStateReason(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CONNECTING_TO_DEVICE
public static PrinterStateReason CONNECTING_TO_DEVICE { get; }
Property Value
COVER_OPEN
public static PrinterStateReason COVER_OPEN { get; }
Property Value
Category
public Class Category { get; }
Property Value
DEVELOPER_EMPTY
public static PrinterStateReason DEVELOPER_EMPTY { get; }
Property Value
DEVELOPER_LOW
public static PrinterStateReason DEVELOPER_LOW { get; }
Property Value
DOOR_OPEN
public static PrinterStateReason DOOR_OPEN { get; }
Property Value
FUSER_OVER_TEMP
public static PrinterStateReason FUSER_OVER_TEMP { get; }
Property Value
FUSER_UNDER_TEMP
public static PrinterStateReason FUSER_UNDER_TEMP { get; }
Property Value
INPUT_TRAY_MISSING
public static PrinterStateReason INPUT_TRAY_MISSING { get; }
Property Value
INTERLOCK_OPEN
public static PrinterStateReason INTERLOCK_OPEN { get; }
Property Value
INTERPRETER_RESOURCE_UNAVAILABLE
public static PrinterStateReason INTERPRETER_RESOURCE_UNAVAILABLE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MARKER_SUPPLY_EMPTY
public static PrinterStateReason MARKER_SUPPLY_EMPTY { get; }
Property Value
MARKER_SUPPLY_LOW
public static PrinterStateReason MARKER_SUPPLY_LOW { get; }
Property Value
MARKER_WASTE_ALMOST_FULL
public static PrinterStateReason MARKER_WASTE_ALMOST_FULL { get; }
Property Value
MARKER_WASTE_FULL
public static PrinterStateReason MARKER_WASTE_FULL { get; }
Property Value
MEDIA_EMPTY
public static PrinterStateReason MEDIA_EMPTY { get; }
Property Value
MEDIA_JAM
public static PrinterStateReason MEDIA_JAM { get; }
Property Value
MEDIA_LOW
public static PrinterStateReason MEDIA_LOW { get; }
Property Value
MEDIA_NEEDED
public static PrinterStateReason MEDIA_NEEDED { get; }
Property Value
MOVING_TO_PAUSED
public static PrinterStateReason MOVING_TO_PAUSED { get; }
Property Value
Name
public String Name { get; }
Property Value
OPC_LIFE_OVER
public static PrinterStateReason OPC_LIFE_OVER { get; }
Property Value
OPC_NEAR_EOL
public static PrinterStateReason OPC_NEAR_EOL { get; }
Property Value
OTHER
public static PrinterStateReason OTHER { get; }
Property Value
OUTPUT_AREA_ALMOST_FULL
public static PrinterStateReason OUTPUT_AREA_ALMOST_FULL { get; }
Property Value
OUTPUT_AREA_FULL
public static PrinterStateReason OUTPUT_AREA_FULL { get; }
Property Value
OUTPUT_TRAY_MISSING
public static PrinterStateReason OUTPUT_TRAY_MISSING { get; }
Property Value
PAUSED
public static PrinterStateReason PAUSED { get; }
Property Value
SHUTDOWN
public static PrinterStateReason SHUTDOWN { get; }
Property Value
SPOOL_AREA_FULL
public static PrinterStateReason SPOOL_AREA_FULL { get; }
Property Value
STOPPED_PARTLY
public static PrinterStateReason STOPPED_PARTLY { get; }
Property Value
STOPPING
public static PrinterStateReason STOPPING { get; }
Property Value
TIMED_OUT
public static PrinterStateReason TIMED_OUT { get; }
Property Value
TONER_EMPTY
public static PrinterStateReason TONER_EMPTY { get; }
Property Value
TONER_LOW
public static PrinterStateReason TONER_LOW { get; }
Property Value
Operators
implicit operator Attribute(PrinterStateReason)
Converter from PrinterStateReason to Attribute
public static implicit operator Attribute(PrinterStateReason t)