org.jacorb.demo.notification.whiteboard
Class UpdateType

java.lang.Object
  extended by org.jacorb.demo.notification.whiteboard.UpdateType
All Implemented Interfaces:
Serializable, IDLEntity

public final class UpdateType
extends Object
implements IDLEntity

Generated from IDL enum "UpdateType".

Version:
generated at 20-Jul-2016 16:17:07
Author:
JacORB IDL compiler V 3.8
See Also:
Serialized Form

Field Summary
static int _clear
           
static int _data
           
static int _line
           
static UpdateType clear
           
static UpdateType data
           
static UpdateType line
           
 
Constructor Summary
protected UpdateType(int i)
           
 
Method Summary
static UpdateType from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_line

public static final int _line
See Also:
Constant Field Values

line

public static final UpdateType line

_clear

public static final int _clear
See Also:
Constant Field Values

clear

public static final UpdateType clear

_data

public static final int _data
See Also:
Constant Field Values

data

public static final UpdateType data
Constructor Detail

UpdateType

protected UpdateType(int i)
Method Detail

value

public int value()

from_int

public static UpdateType from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 JacORB. All rights reserved.