public class SyncDoneValueFactory extends Object implements ControlFactory<SyncDoneValue>
ControlFactory which creates SyncDoneValue controls.| Constructor and Description |
|---|
SyncDoneValueFactory(LdapApiService codec)
Creates a new instance of SyncDoneValueFactory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<SyncDoneValue> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<SyncDoneValue> |
newCodecControl(SyncDoneValue control)
Decorates an existing control.
|
public SyncDoneValueFactory(LdapApiService codec)
codec - The codec for this factory.public String getOid()
getOid in interface ControlFactory<SyncDoneValue>public CodecControl<SyncDoneValue> newCodecControl()
newCodecControl in interface ControlFactory<SyncDoneValue>CodecControl decorated version of the Control.public CodecControl<SyncDoneValue> newCodecControl(SyncDoneValue control)
newCodecControl in interface ControlFactory<SyncDoneValue>control - The Control to be decorated.Copyright © 2021. All rights reserved.