public class SyncDoneValueContainer extends AbstractContainer
| Constructor and Description |
|---|
SyncDoneValueContainer(LdapApiService codec)
Creates a new SyncDoneValueControlContainer object.
|
SyncDoneValueContainer(LdapApiService codec,
SyncDoneValue control)
Creates a new SyncDoneValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
clean the container
|
LdapApiService |
getCodecService() |
SyncDoneValue |
getSyncDoneValueControl() |
void |
setSyncDoneValueControl(SyncDoneValue control)
Set a SyncDoneValueControlCodec Object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SyncDoneValueContainer(LdapApiService codec)
public SyncDoneValueContainer(LdapApiService codec, SyncDoneValue control)
public SyncDoneValue getSyncDoneValueControl()
public void setSyncDoneValueControl(SyncDoneValue control)
control - the SyncDoneValueControlCodec to set.public LdapApiService getCodecService()
public void clean()
clean in class AbstractContainerCopyright © 2021. All rights reserved.