org.openjena.atlas.event
Class EventType

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.Symbol
      extended by org.openjena.atlas.event.EventType

public class EventType
extends Symbol


Constructor Summary
EventType(Class<?> cls, String label)
           
EventType(String label)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.util.Symbol
create, create, equals, getSymbol, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventType

public EventType(Class<?> cls,
                 String label)

EventType

public EventType(String label)
Method Detail

toString

public String toString()
Overrides:
toString in class Symbol


Licenced under the Apache License, Version 2.0