public static enum OperationalPatternHelper.PackageComplexity extends java.lang.Enum<OperationalPatternHelper.PackageComplexity>
Enum Constant and Description |
---|
AlternatePackages |
GangedPackages |
SinglePackage |
Unknown |
Modifier and Type | Method and Description |
---|---|
static OperationalPatternHelper.PackageComplexity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationalPatternHelper.PackageComplexity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationalPatternHelper.PackageComplexity SinglePackage
public static final OperationalPatternHelper.PackageComplexity GangedPackages
public static final OperationalPatternHelper.PackageComplexity AlternatePackages
public static final OperationalPatternHelper.PackageComplexity Unknown
public static OperationalPatternHelper.PackageComplexity[] values()
for (OperationalPatternHelper.PackageComplexity c : OperationalPatternHelper.PackageComplexity.values()) System.out.println(c);
public static OperationalPatternHelper.PackageComplexity valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null