public static class ApplicationInfo.ComponentType
extends java.lang.Object
ComponentType
represents the component type
for the application that is being deployed and is used within
an ApplicationInfo
interface.Modifier and Type | Field and Description |
---|---|
static ApplicationInfo.ComponentType |
APPLICATION
Indicates that component type is an Application.
|
static ApplicationInfo.ComponentType |
CONTROL_RESOURCE
Indicates that component type is a ControlResource.
|
static ApplicationInfo.ComponentType |
EJB
Indicates that component type is an EJB.
|
private java.lang.String |
name |
private int |
value |
static ApplicationInfo.ComponentType |
WEBAPP
Indicates that component type is a WebApp.
|
Modifier | Constructor and Description |
---|---|
private |
ComponentType(int value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Obtain the name of the component type.
|
java.lang.String |
toString()
Output the name of the component type.
|
private int value
private java.lang.String name
public static final ApplicationInfo.ComponentType APPLICATION
public static final ApplicationInfo.ComponentType EJB
public static final ApplicationInfo.ComponentType WEBAPP
public static final ApplicationInfo.ComponentType CONTROL_RESOURCE