|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MealPref.Meal>
org.ota.shared.MealPref.Meal
public static enum MealPref.Meal
Airline meal types. Schema fragment(s) for this class:
<xs:simpleType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MealType"> <xs:restriction base="xs:string"> <xs:enumeration value="AVML"/> <xs:enumeration value="BBML"/> <xs:enumeration value="BLML"/> <xs:enumeration value="CHML"/> <xs:enumeration value="DBML"/> <xs:enumeration value="FPML"/> <xs:enumeration value="GFML"/> <xs:enumeration value="HFML"/> <xs:enumeration value="HNML"/> <xs:enumeration value="KSML"/> <xs:enumeration value="LCML"/> <xs:enumeration value="LFML"/> <xs:enumeration value="LPML"/> <xs:enumeration value="LSML"/> <xs:enumeration value="MOML"/> <xs:enumeration value="NLML"/> <xs:enumeration value="ORML"/> <xs:enumeration value="PRML"/> <xs:enumeration value="RVML"/> <xs:enumeration value="SFML"/> <xs:enumeration value="SPML"/> <xs:enumeration value="VGML"/> <xs:enumeration value="VLML"/> <xs:enumeration value="RGML"/> </xs:restriction> </xs:simpleType>
Enum Constant Summary | |
---|---|
AVML
AVML - Asian Veg |
|
BBML
BBML - Baby/Infant Food |
|
BLML
BLML - Bland Meal |
|
CHML
CHML - Child Meal |
|
DBML
DBML - Diabetic |
|
FPML
FPML - Fruit Meal |
|
GFML
GFML - Gluten Free |
|
HFML
HFML - High Fiber |
|
HNML
HNML - Hindu Meal |
|
KSML
KSML - Kosher |
|
LCML
LCML - Low Calorie |
|
LFML
LFML - Low Cholesterol |
|
LPML
LPML - Low Protein |
|
LSML
LSML - Low Sodium/No Salt |
|
MOML
MOML - Moslem |
|
NLML
NLML - Non-Lactose |
|
ORML
ORML - Oriental |
|
PRML
PRML - Low Purin |
|
RGML
Designates a regular meal. |
|
RVML
RVML - Raw Vegetarian |
|
SFML
SFML - Seafood |
|
SPML
SPML - Special/Specify |
|
VGML
VGML - Vegetarian/Non Dairy |
|
VLML
VLML - Vegetarian/Milk/Eggs |
Method Summary | |
---|---|
static MealPref.Meal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MealPref.Meal[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MealPref.Meal AVML
public static final MealPref.Meal BBML
public static final MealPref.Meal BLML
public static final MealPref.Meal CHML
public static final MealPref.Meal DBML
public static final MealPref.Meal FPML
public static final MealPref.Meal GFML
public static final MealPref.Meal HFML
public static final MealPref.Meal HNML
public static final MealPref.Meal KSML
public static final MealPref.Meal LCML
public static final MealPref.Meal LFML
public static final MealPref.Meal LPML
public static final MealPref.Meal LSML
public static final MealPref.Meal MOML
public static final MealPref.Meal NLML
public static final MealPref.Meal ORML
public static final MealPref.Meal PRML
public static final MealPref.Meal RVML
public static final MealPref.Meal SFML
public static final MealPref.Meal SPML
public static final MealPref.Meal VGML
public static final MealPref.Meal VLML
public static final MealPref.Meal RGML
Method Detail |
---|
public static MealPref.Meal[] values()
for (MealPref.Meal c : MealPref.Meal.values()) System.out.println(c);
public static MealPref.Meal 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |