public class SyncStateValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
SyncStateValueContainer()
Creates a new SyncStateValueControlContainer object.
|
SyncStateValueContainer(org.apache.directory.api.ldap.extras.controls.SyncStateValue control)
Creates a new SyncStateValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
org.apache.directory.api.ldap.extras.controls.SyncStateValue |
getSyncStateValueControl() |
void |
setSyncStateValueControl(org.apache.directory.api.ldap.extras.controls.SyncStateValue control)
Set a SyncStateValueControl Object into the container.
|
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SyncStateValueContainer()
public SyncStateValueContainer(org.apache.directory.api.ldap.extras.controls.SyncStateValue control)
public org.apache.directory.api.ldap.extras.controls.SyncStateValue getSyncStateValueControl()
public void setSyncStateValueControl(org.apache.directory.api.ldap.extras.controls.SyncStateValue control)
control - the SyncStateValueControl to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.