org.omg.RTCORBA
Class PriorityModel
java.lang.Object
org.omg.RTCORBA.PriorityModel
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class PriorityModel
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "PriorityModel".
- Version:
- generated at Jan 1, 2011 11:42:53 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_CLIENT_PROPAGATED
public static final int _CLIENT_PROPAGATED
- See Also:
- Constant Field Values
CLIENT_PROPAGATED
public static final PriorityModel CLIENT_PROPAGATED
_SERVER_DECLARED
public static final int _SERVER_DECLARED
- See Also:
- Constant Field Values
SERVER_DECLARED
public static final PriorityModel SERVER_DECLARED
PriorityModel
protected PriorityModel(int i)
value
public int value()
from_int
public static PriorityModel from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object