|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
Field Summary |
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
grammar, grammarEndAllowed, parentTLV, state, states, stateStack, tlv, transition |
Constructor Summary | |
SubEntryControlContainer()
Creates a new SubEntryControlContainer object. |
Method Summary | |
void |
clean()
Clean the current container |
SubEntryControl |
getSubEntryControl()
|
void |
setSubEntryControl(SubEntryControl control)
Set a SubEntryControl Object into the container. |
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getGrammar, getParentTLV, getState, getStates, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.asn1.ber.IAsn1Container |
getCurrentTLV, getGrammar, getParentTLV, getState, getStates, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
Constructor Detail |
public SubEntryControlContainer()
Method Detail |
public SubEntryControl getSubEntryControl()
public void setSubEntryControl(SubEntryControl control)
control
- the SubEntryControl to set.public void clean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |