Table of Contents

Class JobStateReason

Namespace
Javax.Print.Attribute.Standard
Assembly
MASES.JNet.dll
public class JobStateReason : EnumSyntax, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<EnumSyntax>
JobStateReason
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<EnumSyntax>.IsAssignableFrom(IJavaType)
JVMBridgeBase<EnumSyntax>.IsAssignableFrom<T>()
JVMBridgeBase<EnumSyntax>.Execute<T>(params T[])
JVMBridgeBase<EnumSyntax>.DynBridgeClazz
JVMBridgeBase<EnumSyntax>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JobStateReason()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JobStateReason()

JobStateReason(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 JobStateReason(params object[] args)

Parameters

args object[]

Properties

ABORTED_BY_SYSTEM

public static JobStateReason ABORTED_BY_SYSTEM { get; }

Property Value

JobStateReason

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COMPRESSION_ERROR

public static JobStateReason COMPRESSION_ERROR { get; }

Property Value

JobStateReason

Category

public Class Category { get; }

Property Value

Class

DOCUMENT_ACCESS_ERROR

public static JobStateReason DOCUMENT_ACCESS_ERROR { get; }

Property Value

JobStateReason

DOCUMENT_FORMAT_ERROR

public static JobStateReason DOCUMENT_FORMAT_ERROR { get; }

Property Value

JobStateReason

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

JOB_CANCELED_AT_DEVICE

public static JobStateReason JOB_CANCELED_AT_DEVICE { get; }

Property Value

JobStateReason

JOB_CANCELED_BY_OPERATOR

public static JobStateReason JOB_CANCELED_BY_OPERATOR { get; }

Property Value

JobStateReason

JOB_CANCELED_BY_USER

public static JobStateReason JOB_CANCELED_BY_USER { get; }

Property Value

JobStateReason

JOB_COMPLETED_SUCCESSFULLY

public static JobStateReason JOB_COMPLETED_SUCCESSFULLY { get; }

Property Value

JobStateReason

JOB_COMPLETED_WITH_ERRORS

public static JobStateReason JOB_COMPLETED_WITH_ERRORS { get; }

Property Value

JobStateReason

JOB_COMPLETED_WITH_WARNINGS

public static JobStateReason JOB_COMPLETED_WITH_WARNINGS { get; }

Property Value

JobStateReason

JOB_DATA_INSUFFICIENT

public static JobStateReason JOB_DATA_INSUFFICIENT { get; }

Property Value

JobStateReason

JOB_HOLD_UNTIL_SPECIFIED

public static JobStateReason JOB_HOLD_UNTIL_SPECIFIED { get; }

Property Value

JobStateReason

JOB_INCOMING

public static JobStateReason JOB_INCOMING { get; }

Property Value

JobStateReason

JOB_INTERPRETING

public static JobStateReason JOB_INTERPRETING { get; }

Property Value

JobStateReason

JOB_OUTGOING

public static JobStateReason JOB_OUTGOING { get; }

Property Value

JobStateReason

JOB_PRINTING

public static JobStateReason JOB_PRINTING { get; }

Property Value

JobStateReason

JOB_QUEUED

public static JobStateReason JOB_QUEUED { get; }

Property Value

JobStateReason

JOB_QUEUED_FOR_MARKER

public static JobStateReason JOB_QUEUED_FOR_MARKER { get; }

Property Value

JobStateReason

JOB_RESTARTABLE

public static JobStateReason JOB_RESTARTABLE { get; }

Property Value

JobStateReason

JOB_TRANSFORMING

public static JobStateReason JOB_TRANSFORMING { get; }

Property Value

JobStateReason

Name

public String Name { get; }

Property Value

String

PRINTER_STOPPED

public static JobStateReason PRINTER_STOPPED { get; }

Property Value

JobStateReason

PRINTER_STOPPED_PARTLY

public static JobStateReason PRINTER_STOPPED_PARTLY { get; }

Property Value

JobStateReason

PROCESSING_TO_STOP_POINT

public static JobStateReason PROCESSING_TO_STOP_POINT { get; }

Property Value

JobStateReason

QUEUED_IN_DEVICE

public static JobStateReason QUEUED_IN_DEVICE { get; }

Property Value

JobStateReason

RESOURCES_ARE_NOT_READY

public static JobStateReason RESOURCES_ARE_NOT_READY { get; }

Property Value

JobStateReason

SERVICE_OFF_LINE

public static JobStateReason SERVICE_OFF_LINE { get; }

Property Value

JobStateReason

SUBMISSION_INTERRUPTED

public static JobStateReason SUBMISSION_INTERRUPTED { get; }

Property Value

JobStateReason

UNSUPPORTED_COMPRESSION

public static JobStateReason UNSUPPORTED_COMPRESSION { get; }

Property Value

JobStateReason

UNSUPPORTED_DOCUMENT_FORMAT

public static JobStateReason UNSUPPORTED_DOCUMENT_FORMAT { get; }

Property Value

JobStateReason

Operators

implicit operator Attribute(JobStateReason)

Converter from JobStateReason to Attribute

public static implicit operator Attribute(JobStateReason t)

Parameters

t JobStateReason

Returns

Attribute