EXIficient

com.siemens.ct.exi.grammar
Class SchemaInformedEventInformation

java.lang.Object
  extended by com.siemens.ct.exi.grammar.EventInformation
      extended by com.siemens.ct.exi.grammar.SchemaInformedEventInformation

public class SchemaInformedEventInformation
extends EventInformation


Field Summary
 
Fields inherited from class com.siemens.ct.exi.grammar.EventInformation
event, next
 
Constructor Summary
SchemaInformedEventInformation(Rule next, Event event, int eventCode)
           
 
Method Summary
 int getEventCode()
           
 
Methods inherited from class com.siemens.ct.exi.grammar.EventInformation
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaInformedEventInformation

public SchemaInformedEventInformation(Rule next,
                                      Event event,
                                      int eventCode)
Method Detail

getEventCode

public int getEventCode()
Specified by:
getEventCode in class EventInformation

EXIficient