public enum LscModificationType extends Enum<LscModificationType>
Enum Constant and Description |
---|
CHANGE_ID
Operation identifier to change the main identifier.
|
CREATE_OBJECT
Operation identifier to insert a new object.
|
DELETE_OBJECT
Operation identifier to delete the object.
|
UPDATE_OBJECT
Operation identifier to modify the object.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static LscModificationType |
getFromDescription(String desc)
Returns the JndiModificationType from a String
|
static LscModificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LscModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LscModificationType CREATE_OBJECT
public static final LscModificationType DELETE_OBJECT
public static final LscModificationType UPDATE_OBJECT
public static final LscModificationType CHANGE_ID
public static LscModificationType[] values()
for (LscModificationType c : LscModificationType.values()) System.out.println(c);
public static LscModificationType 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 LscModificationType getFromDescription(String desc)
desc
- the stringCopyright © 2005-2024 LSC project. All Rights Reserved.