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

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

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

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

Methods in net.sf.mrl with parameters of type RecipeDocument.Recipe.Directions
 void RecipeDocument.Recipe.setDirections(RecipeDocument.Recipe.Directions directions)
          Sets the "directions" element
 

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

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

Methods in net.sf.mrl.impl that return RecipeDocument.Recipe.Directions
 RecipeDocument.Recipe.Directions RecipeDocumentImpl.RecipeImpl.getDirections()
          Gets the "directions" element
 RecipeDocument.Recipe.Directions RecipeDocumentImpl.RecipeImpl.addNewDirections()
          Appends and returns a new empty "directions" element
 

Methods in net.sf.mrl.impl with parameters of type RecipeDocument.Recipe.Directions
 void RecipeDocumentImpl.RecipeImpl.setDirections(RecipeDocument.Recipe.Directions directions)
          Sets the "directions" element
 



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