public static enum Package.Type extends Enum<Package.Type>
Package.getPackageType()
Enum Constant and Description |
---|
CONTENT
Type of a
ContentPackage |
TEMPLATE
Type of a
TemplatePackage |
Modifier and Type | Method and Description |
---|---|
static Package.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Package.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Package.Type CONTENT
ContentPackage
public static final Package.Type TEMPLATE
TemplatePackage
public static Package.Type[] values()
for (Package.Type c : Package.Type.values()) System.out.println(c);
public static Package.Type 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 nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500