fr.inria.oadymppac.parsing.gentra4cp
Class DefaultDateEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.DefaultDateEvent
- All Implemented Interfaces:
- java.lang.Cloneable, DateAttributes, DateEvent, Event
- public class DefaultDateEvent
- extends EventImpl
- implements DateEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.DateEvent |
EVENT_TYPE |
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDateEvent
public DefaultDateEvent()
getDate
public java.util.Date getDate()
- Specified by:
getDate
in interface DateEvent
setDate
public void setDate(java.util.Date d)
- Specified by:
setDate
in interface DateEvent
init
public void init(ContentHandler handler,
char[] ch,
int start,
int length)
- Specified by:
init
in interface Event
- Overrides:
init
in class EventImpl
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class EventImpl
getInfo
public Info getInfo()
throws java.lang.CloneNotSupportedException
- Specified by:
getInfo
in interface Event
- Throws:
java.lang.CloneNotSupportedException
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event