Package | Description |
---|---|
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue | |
org.apache.directory.shared.ldap.message.control.replication |
Modifier and Type | Method and Description |
---|---|
SynchronizationInfoEnum |
SyncInfoValueControl.getType()
Get the control type.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncInfoValueControl.setType(SynchronizationInfoEnum type) |
Constructor and Description |
---|
SyncInfoValueControl(SynchronizationInfoEnum type)
The constructor for this codec.
|
Modifier and Type | Method and Description |
---|---|
static SynchronizationInfoEnum |
SynchronizationInfoEnum.getSyncMode(int value)
Get the
SynchronizationInfoEnum instance from an integer value. |
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.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.