fr.inria.oadymppac.parsing.gentra4cp.event.header
Interface ContributorEvent

All Superinterfaces:
java.lang.Cloneable, ContributorAttributes, Event
All Known Implementing Classes:
DefaultContributorEvent

public interface ContributorEvent
extends ContributorAttributes, Event

Author:
raf

Field Summary
static int EVENT_TYPE
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.attributes.ContributorAttributes
CONTRIBUTOR_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Method Summary
 java.lang.String getContributor()
           
 void setContributor(java.lang.String s)
           
 
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
Method Detail

getContributor

public java.lang.String getContributor()

setContributor

public void setContributor(java.lang.String s)