com.edustructures.sifworks.food
Class FoodCategoryName

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.food.FoodCategoryName
All Implemented Interfaces:
java.io.Serializable

public class FoodCategoryName
extends SIFEnum

Defines the set of values that can be specified whenever a FoodCategoryName is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in a FoodCategoryName object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static FoodCategoryName BABYFOOD
          Babyfood ("3")
static FoodCategoryName BAKED
          Baked goods: breads, cakes, cookies, crackers, pies, rolls ("18")
static FoodCategoryName BEEF
          Beef ("13")
static FoodCategoryName BEVERAGES
          Beverages ("14")
static FoodCategoryName BREAD_AND_CEREAL
          Bread and cereal recipes ("31")
static FoodCategoryName BREAKFAST_CEREALS
          Breakfast Cereals ("8")
static FoodCategoryName BREAKFAST_RECIPES
          Breakfast recipes ("39")
static FoodCategoryName CONDIMENTS
          Condiments: catsup, mustard, relish ("16")
static FoodCategoryName DAIRY
          Dairy: butter, cheese, eggs, milk, yogurt ("1")
static FoodCategoryName DESSERT_RECIPES
          Dessert recipes ("32")
static FoodCategoryName FAST_FOODS
          Fast Foods ("21")
static FoodCategoryName FATS
          Fats and oils: margarine, shortening, mayonnaise, salad dressings ("4")
static FoodCategoryName FISH
          Fish ("15")
static FoodCategoryName FRUITS
          Fruits and fruit juices ("9")
static FoodCategoryName GENERAL_RECIPES
          General recipes ("30")
static FoodCategoryName GRAINS
          Grains ("20")
static FoodCategoryName LAMB_VEAL_GAME
          Lamb, Veal and Game Products ("17")
static FoodCategoryName LUNCHEON_MEAT
          Luncheon meat and sausage ("7")
static FoodCategoryName MAIN_DISH_RECIPES
          Main dish recipes ("33")
static FoodCategoryName MEALS_ENTREES
          Meals, Entrees, and Sidedishes ("22")
static FoodCategoryName MEAT_SUBSTITUTES
          Meat substitutes/Vegetable proteins ("45")
static FoodCategoryName MISCELLANEOUS
          Miscellaneous ("29")
static FoodCategoryName NUTS_AND_SEEDS
          Nuts and seeds ("12")
static FoodCategoryName PORK
          Pork Products ("10")
static FoodCategoryName POULTRY
          Poultry Products ("5")
static FoodCategoryName PURCHASED_BREAKFAST
          Purchased mixed dishes – breakfast entrees/main dishes ("44")
static FoodCategoryName PURCHASED_LUNCH
          Purchased mixed dishes – lunch entrees/main dishes (pizza, etc) ("43")
static FoodCategoryName SALAD_AND_DRESSING_RECIPES
          Salad and dressing recipes ("34")
static FoodCategoryName SANDWICH_RECIPES
          Sandwich recipes ("35")
static FoodCategoryName SAUCE_AND_GRAVY_RECIPES
          Sauce and gravy recipes ("36")
static FoodCategoryName SNACKS
          Snacks and sweets ("19")
static FoodCategoryName SOUP_RECIPES
          Soup recipes ("37")
static FoodCategoryName SOUPS
          Soups, sauces and gravies ("6")
static FoodCategoryName SPICES
          Spices, seasonings, flavorings, leavening agents ("2")
static FoodCategoryName VEGETABLE_RECIPES
          Vegetable recipes ("38")
static FoodCategoryName VEGETABLES
          Vegetables (includes beans and legumes) ("11")
 
Method Summary
static FoodCategoryName wrap(java.lang.String value)
          Wrap an arbitrary string value in a FoodCategoryName object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SAUCE_AND_GRAVY_RECIPES

public static final FoodCategoryName SAUCE_AND_GRAVY_RECIPES
Sauce and gravy recipes ("36")


BREAKFAST_CEREALS

public static final FoodCategoryName BREAKFAST_CEREALS
Breakfast Cereals ("8")


FAST_FOODS

public static final FoodCategoryName FAST_FOODS
Fast Foods ("21")


SNACKS

public static final FoodCategoryName SNACKS
Snacks and sweets ("19")


GRAINS

public static final FoodCategoryName GRAINS
Grains ("20")


LUNCHEON_MEAT

public static final FoodCategoryName LUNCHEON_MEAT
Luncheon meat and sausage ("7")


BABYFOOD

public static final FoodCategoryName BABYFOOD
Babyfood ("3")


PORK

public static final FoodCategoryName PORK
Pork Products ("10")


SOUP_RECIPES

public static final FoodCategoryName SOUP_RECIPES
Soup recipes ("37")


LAMB_VEAL_GAME

public static final FoodCategoryName LAMB_VEAL_GAME
Lamb, Veal and Game Products ("17")


NUTS_AND_SEEDS

public static final FoodCategoryName NUTS_AND_SEEDS
Nuts and seeds ("12")


BREAD_AND_CEREAL

public static final FoodCategoryName BREAD_AND_CEREAL
Bread and cereal recipes ("31")


BREAKFAST_RECIPES

public static final FoodCategoryName BREAKFAST_RECIPES
Breakfast recipes ("39")


FISH

public static final FoodCategoryName FISH
Fish ("15")


CONDIMENTS

public static final FoodCategoryName CONDIMENTS
Condiments: catsup, mustard, relish ("16")


VEGETABLES

public static final FoodCategoryName VEGETABLES
Vegetables (includes beans and legumes) ("11")


POULTRY

public static final FoodCategoryName POULTRY
Poultry Products ("5")


GENERAL_RECIPES

public static final FoodCategoryName GENERAL_RECIPES
General recipes ("30")


SALAD_AND_DRESSING_RECIPES

public static final FoodCategoryName SALAD_AND_DRESSING_RECIPES
Salad and dressing recipes ("34")


PURCHASED_BREAKFAST

public static final FoodCategoryName PURCHASED_BREAKFAST
Purchased mixed dishes – breakfast entrees/main dishes ("44")


SANDWICH_RECIPES

public static final FoodCategoryName SANDWICH_RECIPES
Sandwich recipes ("35")


BAKED

public static final FoodCategoryName BAKED
Baked goods: breads, cakes, cookies, crackers, pies, rolls ("18")


MISCELLANEOUS

public static final FoodCategoryName MISCELLANEOUS
Miscellaneous ("29")


SPICES

public static final FoodCategoryName SPICES
Spices, seasonings, flavorings, leavening agents ("2")


FRUITS

public static final FoodCategoryName FRUITS
Fruits and fruit juices ("9")


MEALS_ENTREES

public static final FoodCategoryName MEALS_ENTREES
Meals, Entrees, and Sidedishes ("22")


MEAT_SUBSTITUTES

public static final FoodCategoryName MEAT_SUBSTITUTES
Meat substitutes/Vegetable proteins ("45")


BEEF

public static final FoodCategoryName BEEF
Beef ("13")


PURCHASED_LUNCH

public static final FoodCategoryName PURCHASED_LUNCH
Purchased mixed dishes – lunch entrees/main dishes (pizza, etc) ("43")


SOUPS

public static final FoodCategoryName SOUPS
Soups, sauces and gravies ("6")


FATS

public static final FoodCategoryName FATS
Fats and oils: margarine, shortening, mayonnaise, salad dressings ("4")


DAIRY

public static final FoodCategoryName DAIRY
Dairy: butter, cheese, eggs, milk, yogurt ("1")


MAIN_DISH_RECIPES

public static final FoodCategoryName MAIN_DISH_RECIPES
Main dish recipes ("33")


BEVERAGES

public static final FoodCategoryName BEVERAGES
Beverages ("14")


VEGETABLE_RECIPES

public static final FoodCategoryName VEGETABLE_RECIPES
Vegetable recipes ("38")


DESSERT_RECIPES

public static final FoodCategoryName DESSERT_RECIPES
Dessert recipes ("32")

Method Detail

wrap

public static FoodCategoryName wrap(java.lang.String value)
Wrap an arbitrary string value in a FoodCategoryName object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.