public class MethodDataContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
MethodDataContainer()
Creates a new MethodDataContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPaData(PaData paData)
Add a PaData Object into the list.
|
MethodData |
getMethodData() |
void |
setMethodData(MethodData methodData)
Set a MethodData Object into the container
|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic MethodDataContainer()
public MethodData getMethodData()
public void setMethodData(MethodData methodData)
methodData - The MethodData to set.public void addPaData(PaData paData)
paData - The paData to add.Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.