EXIficient

com.siemens.ct.exi.grammar
Class EventTypeInformation

java.lang.Object
  extended by com.siemens.ct.exi.grammar.EventTypeInformation

public class EventTypeInformation
extends java.lang.Object


Field Summary
 int eventCode2
           
 EventType eventType
           
 
Constructor Summary
EventTypeInformation(EventType eventType, int eventCode2)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eventCode2

public final int eventCode2

eventType

public final EventType eventType
Constructor Detail

EventTypeInformation

public EventTypeInformation(EventType eventType,
                            int eventCode2)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EXIficient