Class Status.Code
public class Status.Code : Enum<Status.Code>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEquatable<Enum<Status.Code>>
- Inheritance
-
Status.Code
- Implements
- Inherited Members
Constructors
Code()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Code()
Code(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Code(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Code(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 Code(params object[] args)
Parameters
argsobject[]
Properties
Aborted
public static Status.Code Aborted { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Busy
public static Status.Code Busy { get; }
Property Value
Corruption
public static Status.Code Corruption { get; }
Property Value
Expired
public static Status.Code Expired { get; }
Property Value
IOError
public static Status.Code IOError { get; }
Property Value
Incomplete
public static Status.Code Incomplete { get; }
Property Value
InvalidArgument
public static Status.Code InvalidArgument { get; }
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 Closeable
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; }
Property Value
NotFound
public static Status.Code NotFound { get; }
Property Value
NotSupported
public static Status.Code NotSupported { get; }
Property Value
Ok
public static Status.Code Ok { get; }
Property Value
ShutdownInProgress
public static Status.Code ShutdownInProgress { get; }
Property Value
TimedOut
public static Status.Code TimedOut { get; }
Property Value
TryAgain
public static Status.Code TryAgain { get; }
Property Value
Undefined
public static Status.Code Undefined { get; }
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()