public enum TripType extends Enum<TripType> implements Coded
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The code value for this object.
|
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()
Coded
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.