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