fr.inria.oadymppac.parsing.gentra4cp
Class BasicStateMiscEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicStateMiscEvent
All Implemented Interfaces:
java.lang.Cloneable, DTDStateMiscElement, Event, StateMiscAttributes, StateMiscEvent
Direct Known Subclasses:
DefaultStateMiscEvent

public class BasicStateMiscEvent
extends EventImpl
implements StateMiscEvent, Event

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.StateMiscEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.StateMiscAttributes
MISC_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDStateMiscElement
MISC
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicStateMiscEvent()
           
 
Method Summary
 int getEventType()
           
 Info getInfo()
           
 java.lang.String getMisc()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setMisc(java.lang.String misc)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, setAllAttributes, setSource, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getSource, init, setSource, terminate
 

Constructor Detail

BasicStateMiscEvent

public BasicStateMiscEvent()
Method Detail

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

getMisc

public java.lang.String getMisc()
Specified by:
getMisc in interface StateMiscAttributes
Returns:

setMisc

public void setMisc(java.lang.String misc)
Specified by:
setMisc in interface StateMiscAttributes
Parameters:
misc -

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