public enum JndiModificationType extends Enum<JndiModificationType>
Enum Constant and Description |
---|
ADD_ENTRY
Operation identifier to add entry.
|
DELETE_ENTRY
Operation identifier to remove entry.
|
MODIFY_ENTRY
Operation identifier to modify entry.
|
MODRDN_ENTRY
Operation identifier to modify the dn.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static JndiModificationType |
getFromDescription(String desc)
Returns the JndiModificationType from a String
|
static JndiModificationType |
getFromLscModificationType(LscModificationType lmt)
Get the JndiModificationType from LscModificationType
|
static JndiModificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JndiModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JndiModificationType ADD_ENTRY
public static final JndiModificationType DELETE_ENTRY
public static final JndiModificationType MODIFY_ENTRY
public static final JndiModificationType MODRDN_ENTRY
public static JndiModificationType[] values()
for (JndiModificationType c : JndiModificationType.values()) System.out.println(c);
public static JndiModificationType 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 getDescription()
public static JndiModificationType getFromDescription(String desc)
desc
- the stringpublic static JndiModificationType getFromLscModificationType(LscModificationType lmt)
lmt
- the original modification typeCopyright © 2005-2024 LSC project. All Rights Reserved.