org.omg.PortableServer
Class IdAssignmentPolicyValue

java.lang.Object
  |
  +--org.omg.PortableServer.IdAssignmentPolicyValue
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IdAssignmentPolicyValue
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _SYSTEM_ID
           
static int _USER_ID
           
static IdAssignmentPolicyValue SYSTEM_ID
           
static IdAssignmentPolicyValue USER_ID
           
 
Method Summary
static IdAssignmentPolicyValue from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_USER_ID

public static final int _USER_ID

USER_ID

public static final IdAssignmentPolicyValue USER_ID

_SYSTEM_ID

public static final int _SYSTEM_ID

SYSTEM_ID

public static final IdAssignmentPolicyValue SYSTEM_ID
Method Detail

value

public int value()

from_int

public static IdAssignmentPolicyValue from_int(int value)