protected static enum SponsorServiceImpl.SponsorActionType extends Enum<SponsorServiceImpl.SponsorActionType>
| Enum Constant and Description |
|---|
DELETE |
INSERT |
UPDATE_NAME |
UPDATE_SORT |
| Modifier and Type | Method and Description |
|---|---|
static SponsorServiceImpl.SponsorActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SponsorServiceImpl.SponsorActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SponsorServiceImpl.SponsorActionType INSERT
public static final SponsorServiceImpl.SponsorActionType UPDATE_NAME
public static final SponsorServiceImpl.SponsorActionType UPDATE_SORT
public static final SponsorServiceImpl.SponsorActionType DELETE
public static SponsorServiceImpl.SponsorActionType[] values()
for (SponsorServiceImpl.SponsorActionType c : SponsorServiceImpl.SponsorActionType.values()) System.out.println(c);
public static SponsorServiceImpl.SponsorActionType 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 © 2013 The Kuali Foundation. All Rights Reserved.