org.omg.PortableServer
public class ImplicitActivationPolicyValue extends Object implements Serializable, IDLEntity
| Field Summary | |
|---|---|
| static ImplicitActivationPolicyValue | IMPLICIT_ACTIVATION
An instance of ImplicitActivationPolicyValue, initialized to IMPLICIT_ACTIVATION. |
| static ImplicitActivationPolicyValue | NO_IMPLICIT_ACTIVATION
An instance of ImplicitActivationPolicyValue, initialized to NO_IMPLICIT_ACTIVATION. |
| static int | _IMPLICIT_ACTIVATION
The possible value of this enumeration (IMPLICIT_ACTIVATION). |
| static int | _NO_IMPLICIT_ACTIVATION
The possible value of this enumeration (NO_IMPLICIT_ACTIVATION). |
| Constructor Summary | |
|---|---|
| protected | ImplicitActivationPolicyValue(int a_value)
Normally, no new instances are required, so the constructor is protected. |
| Method Summary | |
|---|---|
| static ImplicitActivationPolicyValue | from_int(int code)
Returns the ImplicitActivationPolicyValue, matching the given integer constant.
|
| String | toString()
Returns a short string representation. |
| int | value()
Returns the integer code of the policy value. |
Parameters: code one of _IMPLICIT_ACTIVATION, _NO_IMPLICIT_ACTIVATION.
Returns: one of IMPLICIT_ACTIVATION, NO_IMPLICIT_ACTIVATION.
Throws: BAD_PARAM if the parameter is not one of the valid values.
Returns: the name of the current enumeration value.
Returns: _IMPLICIT_ACTIVATION or _NO_IMPLICIT_ACTIVATION.