|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.businessobjects.customds.common.DeploymentContext
public final class DeploymentContext
DeploymentContext class is used to define the current deployment context type.
| Field Summary | |
|---|---|
static DeploymentContext |
DESKTOP
Desktop context type. |
static DeploymentContext |
ENTERPRISE
Enterprise context type. |
static DeploymentContext |
UNDEFINED
Unknown deployment context type. |
| Method Summary | |
|---|---|
static DeploymentContext |
fromType(int contextType)
Returns a DeploymentContext instance corresponding to its
int description. |
int |
getValue()
Returns the int value corresponding to the deployment context type. |
static DeploymentContext |
valueOf(java.lang.String name)
|
static DeploymentContext[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DeploymentContext UNDEFINED
public static final DeploymentContext ENTERPRISE
public static final DeploymentContext DESKTOP
| Method Detail |
|---|
public static DeploymentContext[] values()
public static DeploymentContext valueOf(java.lang.String name)
public final int getValue()
int value corresponding to the deployment context type.
int valuepublic static DeploymentContext fromType(int contextType)
DeploymentContext instance corresponding to its
int description.
contextType - a int value for which the DeploymentContext object is required.
DeploymentContext instance corresponding to the
int description
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||