public enum AwardSyncLogType extends Enum<AwardSyncLogType>
| Enum Constant and Description |
|---|
CHANGE_LOG |
VALIDATION_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDesc() |
static AwardSyncLogType |
getLogTypeFromCode(String code) |
static AwardSyncLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardSyncLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardSyncLogType CHANGE_LOG
public static final AwardSyncLogType VALIDATION_MESSAGE
public static AwardSyncLogType[] values()
for (AwardSyncLogType c : AwardSyncLogType.values()) System.out.println(c);
public static AwardSyncLogType 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 nullpublic String getCode()
public String getDesc()
public static AwardSyncLogType getLogTypeFromCode(String code)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.