public static enum BrowserChannel.SessionHandler.SpecialDispatchId extends Enum<BrowserChannel.SessionHandler.SpecialDispatchId>
Ids are set specifically rather than relying on the ordinal to avoid synchronization problems with the client. TODO: hasMethod/hasProperty no longer used, remove them!
Enum Constant and Description |
---|
GetProperty |
HasMethod |
HasProperty |
SetProperty |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static BrowserChannel.SessionHandler.SpecialDispatchId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserChannel.SessionHandler.SpecialDispatchId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserChannel.SessionHandler.SpecialDispatchId HasMethod
public static final BrowserChannel.SessionHandler.SpecialDispatchId HasProperty
public static final BrowserChannel.SessionHandler.SpecialDispatchId GetProperty
public static final BrowserChannel.SessionHandler.SpecialDispatchId SetProperty
public static BrowserChannel.SessionHandler.SpecialDispatchId[] values()
for (BrowserChannel.SessionHandler.SpecialDispatchId c : BrowserChannel.SessionHandler.SpecialDispatchId.values()) System.out.println(c);
public static BrowserChannel.SessionHandler.SpecialDispatchId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getId()
Copyright © 2018. All rights reserved.