|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JndiModificationType>
org.lsc.jndi.JndiModificationType
public enum JndiModificationType
Enumeration for the modifications type of an directory
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
static JndiModificationType |
getFromDescription(String desc)
Returns the JndiModificationType from a String |
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're 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 JndiModificationType ADD_ENTRY
public static final JndiModificationType DELETE_ENTRY
public static final JndiModificationType MODIFY_ENTRY
public static final JndiModificationType MODRDN_ENTRY
| Method Detail |
|---|
public static final 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 namepublic String getDescription()
public static JndiModificationType getFromDescription(String desc)
desc - the string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||