public class ChangeType extends Object
changeType ENUMERATED { add (1), delete (2), modify (4), modDN (8) }
Modifier and Type | Field and Description |
---|---|
static ChangeType |
ADD |
static int |
ADD_VALUE |
static ChangeType |
DELETE |
static int |
DELETE_VALUE |
static ChangeType |
MODDN |
static int |
MODDN_VALUE |
static ChangeType |
MODIFY |
static int |
MODIFY_VALUE |
Modifier and Type | Method and Description |
---|---|
static ChangeType |
getChangeType(int value)
Gets the changeType enumeration type for an integer value.
|
int |
getValue() |
String |
toString() |
public static final int ADD_VALUE
public static final int DELETE_VALUE
public static final int MODIFY_VALUE
public static final int MODDN_VALUE
public static final ChangeType ADD
public static final ChangeType DELETE
public static final ChangeType MODIFY
public static final ChangeType MODDN
public int getValue()
public static ChangeType getChangeType(int value)
value
- the value to get the enumeration forIllegalArgumentException
- if the value is undefinedCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.