4.1. EventType

public class EventType implements Comparable<EventType>
Author:berkay - Jul 12, 2016

4.1.1. Constructors

4.1.1.1. EventType

public EventType(String EventType)

4.1.2. Methods

4.1.2.1. clone

protected Object clone()

4.1.2.2. compareTo

public int compareTo(EventType o)

4.1.2.3. equals

public boolean equals(Object t)

4.1.2.4. equalsIgnoreCase

public boolean equalsIgnoreCase(EventType t)

4.1.2.5. getColor

public String getColor()

4.1.2.6. getType

public String getType()

4.1.2.7. hashCode

public int hashCode()

4.1.2.8. toString

public String toString()