public enum GroupLookupStrategy extends Enum<GroupLookupStrategy>
Enum Constant and Description |
---|
AUTO |
CHAIN |
RECURSIVE |
TOKENGROUPS |
Modifier and Type | Field and Description |
---|---|
org.jvnet.localizer.Localizable |
msg |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static GroupLookupStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupLookupStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupLookupStrategy AUTO
public static final GroupLookupStrategy RECURSIVE
public static final GroupLookupStrategy CHAIN
public static final GroupLookupStrategy TOKENGROUPS
public static GroupLookupStrategy[] values()
for (GroupLookupStrategy c : GroupLookupStrategy.values()) System.out.println(c);
public static GroupLookupStrategy 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 String getDisplayName()
Copyright © 2016–2021. All rights reserved.