|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeLogType | |
net.sourceforge.doyen | |
net.sourceforge.doyen.jaxb | |
net.sourceforge.doyen.jaxb.impl |
Uses of TimeLogType in net.sourceforge.doyen |
Methods in net.sourceforge.doyen with parameters of type TimeLogType | |
private static long |
ViewUsageReportsAction.getDuration(TimeLogType timelog)
|
Uses of TimeLogType in net.sourceforge.doyen.jaxb |
Subinterfaces of TimeLogType in net.sourceforge.doyen.jaxb | |
interface |
TimeLog
Java content class for timeLog element declaration. |
Methods in net.sourceforge.doyen.jaxb that return TimeLogType | |
TimeLogType |
ObjectFactory.createTimeLogType()
Create an instance of TimeLogType |
TimeLogType |
ProjectType.getTimeLog()
|
TimeLogType |
TaskType.getTimeLog()
|
Methods in net.sourceforge.doyen.jaxb with parameters of type TimeLogType | |
void |
ProjectType.setTimeLog(TimeLogType value)
|
void |
TaskType.setTimeLog(TimeLogType value)
|
Uses of TimeLogType in net.sourceforge.doyen.jaxb.impl |
Classes in net.sourceforge.doyen.jaxb.impl that implement TimeLogType | |
class |
TimeLogImpl
|
class |
TimeLogTypeImpl
|
Fields in net.sourceforge.doyen.jaxb.impl declared as TimeLogType | |
protected TimeLogType |
ProjectTypeImpl._TimeLog
|
protected TimeLogType |
TaskTypeImpl._TimeLog
|
Methods in net.sourceforge.doyen.jaxb.impl that return TimeLogType | |
TimeLogType |
ProjectTypeImpl.getTimeLog()
|
TimeLogType |
TaskTypeImpl.getTimeLog()
|
Methods in net.sourceforge.doyen.jaxb.impl with parameters of type TimeLogType | |
void |
ProjectTypeImpl.setTimeLog(TimeLogType value)
|
void |
TaskTypeImpl.setTimeLog(TimeLogType value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |