public enum TripType extends Enum<TripType> implements org.kuali.rice.core.api.mo.common.Coded
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getLabel() |
static TripType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TripType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static TripType[] values()
for (TripType c : TripType.values()) System.out.println(c);
public static TripType 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()
getCode in interface org.kuali.rice.core.api.mo.common.CodedCopyright © 2005–2018 The Kuali Foundation. All rights reserved.