Table of Contents

Class PrinterStateReason

Namespace
Javax.Print.Attribute.Standard
Assembly
MASES.JNet.dll
public class PrinterStateReason : EnumSyntax, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
PrinterStateReason
Implements
Inherited Members
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

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONNECTING_TO_DEVICE

public static PrinterStateReason CONNECTING_TO_DEVICE { get; }

Property Value

PrinterStateReason

COVER_OPEN

public static PrinterStateReason COVER_OPEN { get; }

Property Value

PrinterStateReason

Category

public Class Category { get; }

Property Value

Class

DEVELOPER_EMPTY

public static PrinterStateReason DEVELOPER_EMPTY { get; }

Property Value

PrinterStateReason

DEVELOPER_LOW

public static PrinterStateReason DEVELOPER_LOW { get; }

Property Value

PrinterStateReason

DOOR_OPEN

public static PrinterStateReason DOOR_OPEN { get; }

Property Value

PrinterStateReason

FUSER_OVER_TEMP

public static PrinterStateReason FUSER_OVER_TEMP { get; }

Property Value

PrinterStateReason

FUSER_UNDER_TEMP

public static PrinterStateReason FUSER_UNDER_TEMP { get; }

Property Value

PrinterStateReason

INPUT_TRAY_MISSING

public static PrinterStateReason INPUT_TRAY_MISSING { get; }

Property Value

PrinterStateReason

INTERLOCK_OPEN

public static PrinterStateReason INTERLOCK_OPEN { get; }

Property Value

PrinterStateReason

INTERPRETER_RESOURCE_UNAVAILABLE

public static PrinterStateReason INTERPRETER_RESOURCE_UNAVAILABLE { get; }

Property Value

PrinterStateReason

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MARKER_SUPPLY_EMPTY

public static PrinterStateReason MARKER_SUPPLY_EMPTY { get; }

Property Value

PrinterStateReason

MARKER_SUPPLY_LOW

public static PrinterStateReason MARKER_SUPPLY_LOW { get; }

Property Value

PrinterStateReason

MARKER_WASTE_ALMOST_FULL

public static PrinterStateReason MARKER_WASTE_ALMOST_FULL { get; }

Property Value

PrinterStateReason

MARKER_WASTE_FULL

public static PrinterStateReason MARKER_WASTE_FULL { get; }

Property Value

PrinterStateReason

MEDIA_EMPTY

public static PrinterStateReason MEDIA_EMPTY { get; }

Property Value

PrinterStateReason

MEDIA_JAM

public static PrinterStateReason MEDIA_JAM { get; }

Property Value

PrinterStateReason

MEDIA_LOW

public static PrinterStateReason MEDIA_LOW { get; }

Property Value

PrinterStateReason

MEDIA_NEEDED

public static PrinterStateReason MEDIA_NEEDED { get; }

Property Value

PrinterStateReason

MOVING_TO_PAUSED

public static PrinterStateReason MOVING_TO_PAUSED { get; }

Property Value

PrinterStateReason

Name

public String Name { get; }

Property Value

String

OPC_LIFE_OVER

public static PrinterStateReason OPC_LIFE_OVER { get; }

Property Value

PrinterStateReason

OPC_NEAR_EOL

public static PrinterStateReason OPC_NEAR_EOL { get; }

Property Value

PrinterStateReason

OTHER

public static PrinterStateReason OTHER { get; }

Property Value

PrinterStateReason

OUTPUT_AREA_ALMOST_FULL

public static PrinterStateReason OUTPUT_AREA_ALMOST_FULL { get; }

Property Value

PrinterStateReason

OUTPUT_AREA_FULL

public static PrinterStateReason OUTPUT_AREA_FULL { get; }

Property Value

PrinterStateReason

OUTPUT_TRAY_MISSING

public static PrinterStateReason OUTPUT_TRAY_MISSING { get; }

Property Value

PrinterStateReason

PAUSED

public static PrinterStateReason PAUSED { get; }

Property Value

PrinterStateReason

SHUTDOWN

public static PrinterStateReason SHUTDOWN { get; }

Property Value

PrinterStateReason

SPOOL_AREA_FULL

public static PrinterStateReason SPOOL_AREA_FULL { get; }

Property Value

PrinterStateReason

STOPPED_PARTLY

public static PrinterStateReason STOPPED_PARTLY { get; }

Property Value

PrinterStateReason

STOPPING

public static PrinterStateReason STOPPING { get; }

Property Value

PrinterStateReason

TIMED_OUT

public static PrinterStateReason TIMED_OUT { get; }

Property Value

PrinterStateReason

TONER_EMPTY

public static PrinterStateReason TONER_EMPTY { get; }

Property Value

PrinterStateReason

TONER_LOW

public static PrinterStateReason TONER_LOW { get; }

Property Value

PrinterStateReason

Operators

implicit operator Attribute(PrinterStateReason)

Converter from PrinterStateReason to Attribute

public static implicit operator Attribute(PrinterStateReason t)

Parameters

t PrinterStateReason

Returns

Attribute