|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<EventTypes>
net.sf.urlchecker.events.EventTypes
public enum EventTypes
The Enum EventTypes.
$Id: EventTypes.java 182 2010-12-13 22:51:53Z georgosn $
| Enum Constant Summary | |
|---|---|
END
The END. |
|
EXCEPTION
The EXCEPTION. |
|
FORK
The FORK. |
|
START
The START. |
|
| Method Summary | |
|---|---|
static EventTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EventTypes START
public static final EventTypes END
public static final EventTypes FORK
public static final EventTypes EXCEPTION
| Method Detail |
|---|
public static EventTypes[] values()
for (EventTypes c : EventTypes.values()) System.out.println(c);
public static EventTypes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||