public static enum J2SECategoryExtensionProvider.ExtensibleCategory extends Enum<J2SECategoryExtensionProvider.ExtensibleCategory>
Enum Constant and Description |
---|
APPLICATION |
DEPLOYMENT |
PACKAGING |
RUN |
Modifier and Type | Method and Description |
---|---|
static J2SECategoryExtensionProvider.ExtensibleCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static J2SECategoryExtensionProvider.ExtensibleCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J2SECategoryExtensionProvider.ExtensibleCategory PACKAGING
public static final J2SECategoryExtensionProvider.ExtensibleCategory RUN
public static final J2SECategoryExtensionProvider.ExtensibleCategory APPLICATION
public static final J2SECategoryExtensionProvider.ExtensibleCategory DEPLOYMENT
public static J2SECategoryExtensionProvider.ExtensibleCategory[] values()
public static J2SECategoryExtensionProvider.ExtensibleCategory 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