public static enum ArConstants.ArNotificationSelectionField extends Enum<ArConstants.ArNotificationSelectionField>
Enum Constant and Description |
---|
ACCOUNT |
CHART |
ORGANIZATION |
Modifier and Type | Method and Description |
---|---|
static ArConstants.ArNotificationSelectionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArConstants.ArNotificationSelectionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArConstants.ArNotificationSelectionField CHART
public static final ArConstants.ArNotificationSelectionField ORGANIZATION
public static final ArConstants.ArNotificationSelectionField ACCOUNT
public static ArConstants.ArNotificationSelectionField[] values()
for (ArConstants.ArNotificationSelectionField c : ArConstants.ArNotificationSelectionField.values()) System.out.println(c);
public static ArConstants.ArNotificationSelectionField 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 © 2004–2015 The Kuali Foundation. All rights reserved.