ing.status
Class StatusItemValue
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
discriminator
private StatusItemErrorState discriminator
normal
private NormalStatusItemValue normal
error
private ErrorStatusItemValue error
StatusItemValue
public StatusItemValue()
discriminator
public StatusItemErrorState discriminator()
normal
public NormalStatusItemValue normal()
normal
public void normal(NormalStatusItemValue _x)
error
public ErrorStatusItemValue error()
error
public void error(ErrorStatusItemValue _x)