public static enum GrouperFavoriteFinder.GrouperFavoriteFinderType extends Enum<GrouperFavoriteFinder.GrouperFavoriteFinderType>
| Enum Constant and Description |
|---|
attributeDefNames
attribute def names
|
attributeDefs
attribute defs
|
groups
groups
|
stems
search includes stems
|
subjects
subjects
|
| Modifier and Type | Field and Description |
|---|---|
static Set<GrouperFavoriteFinder.GrouperFavoriteFinderType> |
ALL_GROUPER_FINDER_TYPES
all types
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperFavoriteFinder.GrouperFavoriteFinderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperFavoriteFinder.GrouperFavoriteFinderType |
valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static GrouperFavoriteFinder.GrouperFavoriteFinderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperFavoriteFinder.GrouperFavoriteFinderType stems
public static final GrouperFavoriteFinder.GrouperFavoriteFinderType groups
public static final GrouperFavoriteFinder.GrouperFavoriteFinderType subjects
public static final GrouperFavoriteFinder.GrouperFavoriteFinderType attributeDefNames
public static final GrouperFavoriteFinder.GrouperFavoriteFinderType attributeDefs
public static final Set<GrouperFavoriteFinder.GrouperFavoriteFinderType> ALL_GROUPER_FINDER_TYPES
public static GrouperFavoriteFinder.GrouperFavoriteFinderType[] values()
for (GrouperFavoriteFinder.GrouperFavoriteFinderType c : GrouperFavoriteFinder.GrouperFavoriteFinderType.values()) System.out.println(c);
public static GrouperFavoriteFinder.GrouperFavoriteFinderType 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 static GrouperFavoriteFinder.GrouperFavoriteFinderType valueOfIgnoreCase(String string, boolean exceptionOnNull)
string - exceptionOnNull - will not allow null or blank entriesCopyright © 2016 Internet2. All rights reserved.