public static enum UISupport.ServerIcon extends Enum<UISupport.ServerIcon>
Enum Constant and Description |
---|
EAR_ARCHIVE |
EAR_FOLDER |
EAR_OPENED_FOLDER |
EJB_ARCHIVE |
EJB_FOLDER |
EJB_OPENED_FOLDER |
WAR_ARCHIVE |
WAR_FOLDER |
WAR_OPENED_FOLDER |
Modifier and Type | Method and Description |
---|---|
static UISupport.ServerIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UISupport.ServerIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISupport.ServerIcon EJB_ARCHIVE
public static final UISupport.ServerIcon WAR_ARCHIVE
public static final UISupport.ServerIcon EAR_ARCHIVE
public static final UISupport.ServerIcon EJB_FOLDER
public static final UISupport.ServerIcon EAR_FOLDER
public static final UISupport.ServerIcon WAR_FOLDER
public static final UISupport.ServerIcon EJB_OPENED_FOLDER
public static final UISupport.ServerIcon EAR_OPENED_FOLDER
public static final UISupport.ServerIcon WAR_OPENED_FOLDER
public static UISupport.ServerIcon[] values()
public static UISupport.ServerIcon valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null