|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IChallengeResponse.Event>
org.eclipse.net4j.util.security.IChallengeResponse.Event
public static enum IChallengeResponse.Event
Enum Constant Summary | |
---|---|
BUFFER
|
|
START
|
Method Summary | |
---|---|
static IChallengeResponse.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IChallengeResponse.Event[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IChallengeResponse.Event START
public static final IChallengeResponse.Event BUFFER
Method Detail |
---|
public static final IChallengeResponse.Event[] values()
for(IChallengeResponse.Event c : IChallengeResponse.Event.values()) System.out.println(c);
public static IChallengeResponse.Event valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |