fr.inria.oadymppac.parsing.gentra4cp
Class BasicStageCommentEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicStageCommentEvent
All Implemented Interfaces:
java.lang.Cloneable, DTDStageCommentElement, Event, StageCommentAttributes, StageCommentEvent
Direct Known Subclasses:
DefaultStageCommentEvent

public class BasicStageCommentEvent
extends EventImpl
implements StageCommentEvent, 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.StageCommentEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.StageCommentAttributes
COMMENT_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDStageCommentElement
COMMENT
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicStageCommentEvent()
           
 
Method Summary
 java.lang.String getComment()
           
 int getEventType()
           
 Info getInfo()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setComment(java.lang.String comment)
           
 
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

BasicStageCommentEvent

public BasicStageCommentEvent()
Method Detail

getComment

public java.lang.String getComment()
Specified by:
getComment in interface StageCommentAttributes
Returns:

getInfo

public Info getInfo()
Specified by:
getInfo in interface Event
Returns:
Returns the info.

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

setComment

public void setComment(java.lang.String comment)
Specified by:
setComment in interface StageCommentAttributes
Parameters:
comment -

getEventType

public int getEventType()
Specified by:
getEventType in interface Event