org.omg.PortableServer
Class LifespanPolicyValue

java.lang.Object
  extended by org.omg.PortableServer.LifespanPolicyValue
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL enum "LifespanPolicyValue".

Version:
generated at Mar 21, 2012 11:04:17 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
static int _PERSISTENT
           
static int _TRANSIENT
           
static LifespanPolicyValue PERSISTENT
           
static LifespanPolicyValue TRANSIENT
           
 
Constructor Summary
protected LifespanPolicyValue(int i)
           
 
Method Summary
static LifespanPolicyValue from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_TRANSIENT

public static final int _TRANSIENT
See Also:
Constant Field Values

TRANSIENT

public static final LifespanPolicyValue TRANSIENT

_PERSISTENT

public static final int _PERSISTENT
See Also:
Constant Field Values

PERSISTENT

public static final LifespanPolicyValue PERSISTENT
Constructor Detail

LifespanPolicyValue

protected LifespanPolicyValue(int i)
Method Detail

value

public int value()

from_int

public static LifespanPolicyValue from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object