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