fr.inria.oadymppac.parsing.gentra4cp.event
Interface AnnotationEvent

All Superinterfaces:
AnnotationAttributes, AnnotationTypeAttribute, java.lang.Cloneable, DTDAnnotationElement, DTDAnnotationTypeAttribute, DTDEventAttributes, Event, EventAttributes
All Known Implementing Classes:
BasicAnnotationEvent, DefaultAnnotationEvent

public interface AnnotationEvent
extends EventAttributes, AnnotationAttributes, AnnotationTypeAttribute, Event

Author:
raf

Field Summary
static int EVENT_TYPE
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
CHRONO_NONE, CONTEXT_NONE, DEPTH_NONE, FILE_NONE, LINE_NONE, TIME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDEventAttributes
CHRONO, CONTEXT, DEPTH, FILE, LINE, TIME
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.AnnotationAttributes
IDENTIFIER_NONE, NAME_NONE, REFERENCES_NONE, REFERENCES_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationElement
ANNOTATION, IDENTIFIER, NAME, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.AnnotationTypeAttribute
TYPE_COMMAND, TYPE_NONE, TYPE_OBJECT
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDAnnotationTypeAttribute
COMMAND, OBJECT, TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.AnnotationAttributes
getIdentifier, getName, getReferences, setIdentifier, setName, setReferences
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.AnnotationTypeAttribute
getType, setType
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getEventType, getInfo, getSource, init, init, reset, setSource, terminate
 

Field Detail

EVENT_TYPE

public static final int EVENT_TYPE
See Also:
Constant Field Values