public class ETypeInfoContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
ETypeInfoContainer()
Creates a new ETypeInfoContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Add a EtypeInfoEntry Object into the list.
|
ETypeInfo |
getETypeInfo() |
void |
setETypeInfo(ETypeInfo etypeInfo)
Set a ETypeInfo 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 ETypeInfoContainer()
public ETypeInfo getETypeInfo()
public void setETypeInfo(ETypeInfo etypeInfo)
etypeInfo - The ETypeInfo to set.public void addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
etypeInfoEntry - The ETypeInfoEntry to add.Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.