Class Status.Code
public class Status.Code : Enum<Status.Code>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<Status.Code>>
- Inheritance
-
Status.Code
- Implements
Constructors
Code(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Code(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Aborted
public static Status.Code Aborted { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Busy
public static Status.Code Busy { get; set; }
Property Value
Corruption
public static Status.Code Corruption { get; set; }
Property Value
Expired
public static Status.Code Expired { get; set; }
Property Value
IOError
public static Status.Code IOError { get; set; }
Property Value
Incomplete
public static Status.Code Incomplete { get; set; }
Property Value
InvalidArgument
public static Status.Code InvalidArgument { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MergeInProgress
public static Status.Code MergeInProgress { get; set; }
Property Value
NotFound
public static Status.Code NotFound { get; set; }
Property Value
NotSupported
public static Status.Code NotSupported { get; set; }
Property Value
Ok
public static Status.Code Ok { get; set; }
Property Value
ShutdownInProgress
public static Status.Code ShutdownInProgress { get; set; }
Property Value
TimedOut
public static Status.Code TimedOut { get; set; }
Property Value
TryAgain
public static Status.Code TryAgain { get; set; }
Property Value
Undefined
public static Status.Code Undefined { get; set; }
Property Value
Value
public byte Value { get; }
Property Value
Methods
GetCode(byte)
public static Status.Code GetCode(byte arg0)
Parameters
Returns
ValueOf(String)
public static Status.Code ValueOf(String arg0)
Parameters
Returns
Values()
public static Status.Code[] Values()