public enum GrouperEngineBuiltin extends Enum<GrouperEngineBuiltin> implements GrouperEngineIdentifier
| Enum Constant and Description | 
|---|
| GSHgsh engine | 
| IMPORTldappc engine | 
| JUNITjunit engine | 
| LDAPPCldappc engine | 
| LOADERloader engine | 
| UIdefault group ui engine | 
| USDUusdu engine engine | 
| WSweb service engine | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGrouperEngine()get the string for the db col. | 
| static GrouperEngineBuiltin | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GrouperEngineBuiltin | valueOfIgnoreCase(String string,
                 boolean exceptionOnNull)do a case-insensitive matching | 
| static GrouperEngineBuiltin | valueOfIgnoreCase(String string,
                 boolean exceptionOnNull,
                 boolean exceptionIfNotFound)do a case-insensitive matching | 
| static GrouperEngineBuiltin[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GrouperEngineBuiltin GSH
public static final GrouperEngineBuiltin UI
public static final GrouperEngineBuiltin WS
public static final GrouperEngineBuiltin LOADER
public static final GrouperEngineBuiltin LDAPPC
public static final GrouperEngineBuiltin IMPORT
public static final GrouperEngineBuiltin USDU
public static final GrouperEngineBuiltin JUNIT
public static GrouperEngineBuiltin[] values()
for (GrouperEngineBuiltin c : GrouperEngineBuiltin.values()) System.out.println(c);
public static GrouperEngineBuiltin 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 getGrouperEngine()
GrouperEngineIdentifiergetGrouperEngine in interface GrouperEngineIdentifierGrouperEngineIdentifier.getGrouperEngine()public static GrouperEngineBuiltin valueOfIgnoreCase(String string, boolean exceptionOnNull)
string - exceptionOnNull - will not allow null or blank entriespublic static GrouperEngineBuiltin valueOfIgnoreCase(String string, boolean exceptionOnNull, boolean exceptionIfNotFound)
string - exceptionOnNull - will not allow null or blank entriesexceptionIfNotFound - if string isnt found should there be an exceptionCopyright © 2016 Internet2. All rights reserved.