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