public static enum TeaLdapConfigurationEvent.TYPE extends Enum<TeaLdapConfigurationEvent.TYPE>
Modifier and Type | Method and Description |
---|---|
static TeaLdapConfigurationEvent.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeaLdapConfigurationEvent.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeaLdapConfigurationEvent.TYPE ADD
public static final TeaLdapConfigurationEvent.TYPE DELETE
public static final TeaLdapConfigurationEvent.TYPE UPDATE
public static TeaLdapConfigurationEvent.TYPE[] values()
for (TeaLdapConfigurationEvent.TYPE c : TeaLdapConfigurationEvent.TYPE.values()) System.out.println(c);
public static TeaLdapConfigurationEvent.TYPE 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 nullCopyright © 2015 TIBCO Software Inc.. All Rights Reserved.