public final class OperationScope
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static OperationScope |
ATTRIBUTE_TYPE
An operation that affects all values in an attribute type.
|
static OperationScope |
ATTRIBUTE_TYPE_AND_VALUE
An operation that affects the specific value in an attribute type.
|
static OperationScope |
ENTRY
An operation that affects the whole entry.
|
private java.lang.String |
name |
| Modifier | Constructor and Description |
|---|---|
private |
OperationScope(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Return the name of this scope.
|
java.lang.String |
toString()
Returns the name of this scope.
|
public static final OperationScope ENTRY
public static final OperationScope ATTRIBUTE_TYPE
public static final OperationScope ATTRIBUTE_TYPE_AND_VALUE
private final java.lang.String name