public static enum UifConstants.ReadOnlyListTypes extends Enum<UifConstants.ReadOnlyListTypes>
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.ReadOnlyListTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.ReadOnlyListTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.ReadOnlyListTypes DELIMITED
public static final UifConstants.ReadOnlyListTypes BREAK
public static final UifConstants.ReadOnlyListTypes OL
public static final UifConstants.ReadOnlyListTypes UL
public static UifConstants.ReadOnlyListTypes[] values()
for (UifConstants.ReadOnlyListTypes c : UifConstants.ReadOnlyListTypes.values()) System.out.println(c);
public static UifConstants.ReadOnlyListTypes 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 © 2005–2018 The Kuali Foundation. All rights reserved.