ing.status
Class NormalStatusItemValue

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

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

Generated from IDL definition of struct "NormalStatusItemValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 boolean active
           
 org.omg.CORBA.Any currentValue
           
 boolean exceptional
           
 java.lang.String StatusItemName
           
 
Constructor Summary
NormalStatusItemValue()
           
NormalStatusItemValue(java.lang.String StatusItemName, boolean exceptional, boolean active, org.omg.CORBA.Any currentValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

StatusItemName

public java.lang.String StatusItemName

exceptional

public boolean exceptional

active

public boolean active

currentValue

public org.omg.CORBA.Any currentValue
Constructor Detail

NormalStatusItemValue

public NormalStatusItemValue()

NormalStatusItemValue

public NormalStatusItemValue(java.lang.String StatusItemName,
                             boolean exceptional,
                             boolean active,
                             org.omg.CORBA.Any currentValue)