public static enum OperationalPatternHelper.ItemComplexity extends java.lang.Enum<OperationalPatternHelper.ItemComplexity>
Enum Constant and Description |
---|
EditItems |
PlaylistItems |
SingleItem |
Unknown |
Modifier and Type | Method and Description |
---|---|
static OperationalPatternHelper.ItemComplexity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationalPatternHelper.ItemComplexity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationalPatternHelper.ItemComplexity SingleItem
public static final OperationalPatternHelper.ItemComplexity PlaylistItems
public static final OperationalPatternHelper.ItemComplexity EditItems
public static final OperationalPatternHelper.ItemComplexity Unknown
public static OperationalPatternHelper.ItemComplexity[] values()
for (OperationalPatternHelper.ItemComplexity c : OperationalPatternHelper.ItemComplexity.values()) System.out.println(c);
public static OperationalPatternHelper.ItemComplexity 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