| Enum Constant and Description |
|---|
Food |
General |
IncreasedStandard |
LinenRental |
Medical |
Parking |
ReducedA |
ReducedB |
ReducedR |
Services |
Standard |
SuperReduced |
Zero |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static RateType |
valueOf(int intValue) |
static RateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RateType ReducedA
public static final RateType ReducedB
public static final RateType Food
public static final RateType General
public static final RateType IncreasedStandard
public static final RateType LinenRental
public static final RateType Medical
public static final RateType Parking
public static final RateType SuperReduced
public static final RateType ReducedR
public static final RateType Standard
public static final RateType Services
public static final RateType Zero
public static RateType[] values()
for (RateType c : RateType.values()) System.out.println(c);
public static RateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static RateType valueOf(int intValue)
public int getValue()