|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GcLdapSearchAttributeConfig.SearchAttributeResultType>
edu.internet2.middleware.grouperClient.commandLine.GcLdapSearchAttributeConfig.SearchAttributeResultType
public static enum GcLdapSearchAttributeConfig.SearchAttributeResultType
type of result in the ldap search attribute
Enum Constant Summary | |
---|---|
BOOLEAN
if it is one result, with one string, and it matches the input |
|
STRING
if the is one result, with one string |
|
STRING_LIST
if there are multiple results, with one string in each |
|
STRING_LIST_LIST
if there are one or multiple results, and multiple strings in each |
Method Summary | |
---|---|
abstract String |
processOutput(GcLdapSearchAttributeConfig gcLdapSearchAttributeConfig,
GcLdapSearchAttribute gcLdapSearchAttribute,
String outputTemplate)
process the output |
static GcLdapSearchAttributeConfig.SearchAttributeResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GcLdapSearchAttributeConfig.SearchAttributeResultType |
valueOfIgnoreCase(String string)
|
static GcLdapSearchAttributeConfig.SearchAttributeResultType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GcLdapSearchAttributeConfig.SearchAttributeResultType STRING
public static final GcLdapSearchAttributeConfig.SearchAttributeResultType BOOLEAN
public static final GcLdapSearchAttributeConfig.SearchAttributeResultType STRING_LIST
public static final GcLdapSearchAttributeConfig.SearchAttributeResultType STRING_LIST_LIST
Method Detail |
---|
public static GcLdapSearchAttributeConfig.SearchAttributeResultType[] values()
for (GcLdapSearchAttributeConfig.SearchAttributeResultType c : GcLdapSearchAttributeConfig.SearchAttributeResultType.values()) System.out.println(c);
public static GcLdapSearchAttributeConfig.SearchAttributeResultType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static GcLdapSearchAttributeConfig.SearchAttributeResultType valueOfIgnoreCase(String string)
string
-
public abstract String processOutput(GcLdapSearchAttributeConfig gcLdapSearchAttributeConfig, GcLdapSearchAttribute gcLdapSearchAttribute, String outputTemplate)
gcLdapSearchAttributeConfig
- gcLdapSearchAttribute
- outputTemplate
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |