ing.status
Class StatusItemValue

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

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

Generated from IDL definition of union "StatusItemValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
private  StatusItemErrorState discriminator
           
private  ErrorStatusItemValue error
           
private  NormalStatusItemValue normal
           
 
Constructor Summary
StatusItemValue()
           
 
Method Summary
 StatusItemErrorState discriminator()
           
 ErrorStatusItemValue error()
           
 void error(ErrorStatusItemValue _x)
           
 NormalStatusItemValue normal()
           
 void normal(NormalStatusItemValue _x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

discriminator

private StatusItemErrorState discriminator

normal

private NormalStatusItemValue normal

error

private ErrorStatusItemValue error
Constructor Detail

StatusItemValue

public StatusItemValue()
Method Detail

discriminator

public StatusItemErrorState discriminator()

normal

public NormalStatusItemValue normal()

normal

public void normal(NormalStatusItemValue _x)

error

public ErrorStatusItemValue error()

error

public void error(ErrorStatusItemValue _x)