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

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

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

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

Methods in net.sf.mrl with parameters of type RecipeDocument.Recipe.Times
 void RecipeDocument.Recipe.setTimes(RecipeDocument.Recipe.Times times)
          Sets the "times" element
 

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

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

Methods in net.sf.mrl.impl that return RecipeDocument.Recipe.Times
 RecipeDocument.Recipe.Times RecipeDocumentImpl.RecipeImpl.getTimes()
          Gets the "times" element
 RecipeDocument.Recipe.Times RecipeDocumentImpl.RecipeImpl.addNewTimes()
          Appends and returns a new empty "times" element
 

Methods in net.sf.mrl.impl with parameters of type RecipeDocument.Recipe.Times
 void RecipeDocumentImpl.RecipeImpl.setTimes(RecipeDocument.Recipe.Times times)
          Sets the "times" element
 



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