|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeDocument.Time | |
net.sf.mrl | |
net.sf.mrl.impl |
Uses of TimeDocument.Time in net.sf.mrl |
Methods in net.sf.mrl that return TimeDocument.Time | |
TimeDocument.Time |
TimeDocument.getTime()
Gets the "time" element |
TimeDocument.Time |
TimeDocument.addNewTime()
Appends and returns a new empty "time" element |
static TimeDocument.Time |
TimeDocument.Time.Factory.newInstance()
|
static TimeDocument.Time |
TimeDocument.Time.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
TimeDocument.Time[] |
RecipeDocument.Recipe.Times.getTimeArray()
Gets array of all "time" elements |
TimeDocument.Time |
RecipeDocument.Recipe.Times.getTimeArray(int i)
Gets ith "time" element |
TimeDocument.Time |
RecipeDocument.Recipe.Times.insertNewTime(int i)
Inserts and returns a new empty value (as xml) as the ith "time" element |
TimeDocument.Time |
RecipeDocument.Recipe.Times.addNewTime()
Appends and returns a new empty value (as xml) as the last "time" element |
Methods in net.sf.mrl with parameters of type TimeDocument.Time | |
void |
TimeDocument.setTime(TimeDocument.Time time)
Sets the "time" element |
void |
RecipeDocument.Recipe.Times.setTimeArray(TimeDocument.Time[] timeArray)
Sets array of all "time" element |
void |
RecipeDocument.Recipe.Times.setTimeArray(int i,
TimeDocument.Time time)
Sets ith "time" element |
Uses of TimeDocument.Time in net.sf.mrl.impl |
Classes in net.sf.mrl.impl that implement TimeDocument.Time | |
static class |
TimeDocumentImpl.TimeImpl
An XML time(@http://mrl.sf.net). |
Methods in net.sf.mrl.impl that return TimeDocument.Time | |
TimeDocument.Time |
TimeDocumentImpl.getTime()
Gets the "time" element |
TimeDocument.Time |
TimeDocumentImpl.addNewTime()
Appends and returns a new empty "time" element |
TimeDocument.Time[] |
RecipeDocumentImpl.RecipeImpl.TimesImpl.getTimeArray()
Gets array of all "time" elements |
TimeDocument.Time |
RecipeDocumentImpl.RecipeImpl.TimesImpl.getTimeArray(int i)
Gets ith "time" element |
TimeDocument.Time |
RecipeDocumentImpl.RecipeImpl.TimesImpl.insertNewTime(int i)
Inserts and returns a new empty value (as xml) as the ith "time" element |
TimeDocument.Time |
RecipeDocumentImpl.RecipeImpl.TimesImpl.addNewTime()
Appends and returns a new empty value (as xml) as the last "time" element |
Methods in net.sf.mrl.impl with parameters of type TimeDocument.Time | |
void |
TimeDocumentImpl.setTime(TimeDocument.Time time)
Sets the "time" element |
void |
RecipeDocumentImpl.RecipeImpl.TimesImpl.setTimeArray(TimeDocument.Time[] timeArray)
Sets array of all "time" element |
void |
RecipeDocumentImpl.RecipeImpl.TimesImpl.setTimeArray(int i,
TimeDocument.Time time)
Sets ith "time" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |