public static enum LinkHelper.LinkFlags extends Enum<LinkHelper.LinkFlags>
Enum Constant and Description |
---|
NONE |
SEARCHABLE |
Modifier and Type | Method and Description |
---|---|
static LinkHelper.LinkFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkHelper.LinkFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkHelper.LinkFlags NONE
public static final LinkHelper.LinkFlags SEARCHABLE
public static LinkHelper.LinkFlags[] values()
for (LinkHelper.LinkFlags c : LinkHelper.LinkFlags.values()) System.out.println(c);
public static LinkHelper.LinkFlags 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 nullCopyright © 2012. All Rights Reserved.