| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.syncrepl.syncInfoValue |
| Modifier and Type | Field and Description |
|---|---|
private SynchronizationInfoEnum |
SyncInfoValueImpl.type
The kind of syncInfoValue we are dealing with
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizationInfoEnum |
SynchronizationInfoEnum.getSyncMode(int value)
Get the
SynchronizationInfoEnum instance from an integer value. |
SynchronizationInfoEnum |
SyncInfoValueImpl.getType()
Get the control type.
|
SynchronizationInfoEnum |
SyncInfoValue.getType()
Get the control type.
|
static SynchronizationInfoEnum |
SynchronizationInfoEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizationInfoEnum[] |
SynchronizationInfoEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncInfoValueImpl.setType(SynchronizationInfoEnum type) |
void |
SyncInfoValue.setType(SynchronizationInfoEnum type) |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.