static enum ListUsageIssues.LUIUserValue extends java.lang.Enum<ListUsageIssues.LUIUserValue>
| Enum Constant and Description |
|---|
LIST_STREAM |
ONE_ITEM_LIST |
STREAM_OPTIONAL |
| Modifier and Type | Method and Description |
|---|---|
static ListUsageIssues.LUIUserValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListUsageIssues.LUIUserValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUsageIssues.LUIUserValue ONE_ITEM_LIST
public static final ListUsageIssues.LUIUserValue LIST_STREAM
public static final ListUsageIssues.LUIUserValue STREAM_OPTIONAL
public static ListUsageIssues.LUIUserValue[] values()
for (ListUsageIssues.LUIUserValue c : ListUsageIssues.LUIUserValue.values()) System.out.println(c);
public static ListUsageIssues.LUIUserValue 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.