Uses of Interface
net.sf.mrl.RecipeDocument.Recipe

Packages that use RecipeDocument.Recipe
net.sf.mrl   
net.sf.mrl.impl   
 

Uses of RecipeDocument.Recipe in net.sf.mrl
 

Methods in net.sf.mrl that return RecipeDocument.Recipe
 RecipeDocument.Recipe RecipeDocument.getRecipe()
          Gets the "recipe" element
 RecipeDocument.Recipe RecipeDocument.addNewRecipe()
          Appends and returns a new empty "recipe" element
static RecipeDocument.Recipe RecipeDocument.Recipe.Factory.newInstance()
           
static RecipeDocument.Recipe RecipeDocument.Recipe.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.sf.mrl with parameters of type RecipeDocument.Recipe
 void RecipeDocument.setRecipe(RecipeDocument.Recipe recipe)
          Sets the "recipe" element
 

Uses of RecipeDocument.Recipe in net.sf.mrl.impl
 

Classes in net.sf.mrl.impl that implement RecipeDocument.Recipe
static class RecipeDocumentImpl.RecipeImpl
          An XML recipe(@http://mrl.sf.net).
 

Methods in net.sf.mrl.impl that return RecipeDocument.Recipe
 RecipeDocument.Recipe RecipeDocumentImpl.getRecipe()
          Gets the "recipe" element
 RecipeDocument.Recipe RecipeDocumentImpl.addNewRecipe()
          Appends and returns a new empty "recipe" element
 

Methods in net.sf.mrl.impl with parameters of type RecipeDocument.Recipe
 void RecipeDocumentImpl.setRecipe(RecipeDocument.Recipe recipe)
          Sets the "recipe" element
 



Copyright © 2004 Craig S. Cottingham. All Rights Reserved.