ing.status
Class StatusItemErrorState

java.lang.Object
  extended by ing.status.StatusItemErrorState
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class StatusItemErrorState
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "StatusItemErrorState"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _STATUS_ERROR
           
static int _STATUS_NORMAL
           
static StatusItemErrorState STATUS_ERROR
           
static StatusItemErrorState STATUS_NORMAL
           
private  int value
           
 
Constructor Summary
protected StatusItemErrorState(int i)
           
 
Method Summary
static StatusItemErrorState from_int(int value)
           
(package private)  java.lang.Object readResolve()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private int value

_STATUS_NORMAL

public static final int _STATUS_NORMAL
See Also:
Constant Field Values

STATUS_NORMAL

public static final StatusItemErrorState STATUS_NORMAL

_STATUS_ERROR

public static final int _STATUS_ERROR
See Also:
Constant Field Values

STATUS_ERROR

public static final StatusItemErrorState STATUS_ERROR
Constructor Detail

StatusItemErrorState

protected StatusItemErrorState(int i)
Method Detail

value

public int value()

from_int

public static StatusItemErrorState from_int(int value)

readResolve

java.lang.Object readResolve()
                       throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException