org.omg.PortableServer
Class ImplicitActivationPolicyValue

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

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

Enum definition: ImplicitActivationPolicyValue.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
static int _IMPLICIT_ACTIVATION
          Enum member IMPLICIT_ACTIVATION value
static int _NO_IMPLICIT_ACTIVATION
          Enum member NO_IMPLICIT_ACTIVATION value
static ImplicitActivationPolicyValue IMPLICIT_ACTIVATION
          Enum member IMPLICIT_ACTIVATION
static ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION
          Enum member NO_IMPLICIT_ACTIVATION
 
Method Summary
static ImplicitActivationPolicyValue from_int(int value)
          Return a enum member from its value.
 java.lang.Object readResolve()
          Maintains singleton property for serialized enums.
 java.lang.String toString()
          Return a string representation
 int value()
          Return the internal member value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_IMPLICIT_ACTIVATION

public static final int _IMPLICIT_ACTIVATION
Enum member IMPLICIT_ACTIVATION value

See Also:
Constant Field Values

IMPLICIT_ACTIVATION

public static final ImplicitActivationPolicyValue IMPLICIT_ACTIVATION
Enum member IMPLICIT_ACTIVATION


_NO_IMPLICIT_ACTIVATION

public static final int _NO_IMPLICIT_ACTIVATION
Enum member NO_IMPLICIT_ACTIVATION value

See Also:
Constant Field Values

NO_IMPLICIT_ACTIVATION

public static final ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION
Enum member NO_IMPLICIT_ACTIVATION

Method Detail

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Maintains singleton property for serialized enums. Issue 4271: IDL/Java issue, Mapping for IDL enum.

Throws:
java.io.ObjectStreamException

value

public int value()
Return the internal member value

Returns:
the member value

from_int

public static ImplicitActivationPolicyValue from_int(int value)
Return a enum member from its value.

Parameters:
value - An enum value
Returns:
An enum member

toString

public java.lang.String toString()
Return a string representation

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the enumeration