public static enum BrowserDef.BrowserType extends java.lang.Enum<BrowserDef.BrowserType>
Enum Constant and Description |
---|
GET
A
GET Browser is used to read through the entries in a Space . |
LOCK
A
LOCK Browser is used to lock the entries in a Space . |
TAKE
A
TAKE Browser is used to remove entries from a Space . |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BrowserDef.BrowserType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserDef.BrowserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserDef.BrowserType GET
GET
Browser is used to read through the entries in a Space
.public static final BrowserDef.BrowserType TAKE
TAKE
Browser is used to remove entries from a Space
.public static final BrowserDef.BrowserType LOCK
LOCK
Browser is used to lock the entries in a Space
.public static BrowserDef.BrowserType[] values()
for (BrowserDef.BrowserType c : BrowserDef.BrowserType.values()) System.out.println(c);
public static BrowserDef.BrowserType 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
Copyright (c) 2013 TIBCO Software Inc. All rights reserved.