public abstract class AbstractHeaderBean extends Object implements HeaderDescriptionBean
| Constructor and Description |
|---|
AbstractHeaderBean() |
AbstractHeaderBean(AbstractHeaderBean h) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(AbstractTLVParameter param) |
int |
deleteParameters(int typeEnum) |
AbstractTLVParameter |
findFirstParameter(int typeEnum) |
int |
getMaxParamAction() |
AbstractTLVParameter[] |
getParams() |
boolean |
isUnkParamFlagSet() |
void |
reset() |
void |
setParamAction(int uh) |
void |
setUnkParamFlag(boolean unk_param_found) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSmfEncodedLengthpublic AbstractHeaderBean()
public AbstractHeaderBean(AbstractHeaderBean h)
public void reset()
reset in interface HeaderDescriptionBeanpublic void addParam(AbstractTLVParameter param)
addParam in interface HeaderDescriptionBeanpublic AbstractTLVParameter[] getParams()
getParams in interface HeaderDescriptionBeanpublic AbstractTLVParameter findFirstParameter(int typeEnum)
public int deleteParameters(int typeEnum)
public int getMaxParamAction()
getMaxParamAction in interface HeaderDescriptionBeanpublic boolean isUnkParamFlagSet()
isUnkParamFlagSet in interface HeaderDescriptionBeanpublic void setParamAction(int uh)
setParamAction in interface HeaderDescriptionBeanpublic void setUnkParamFlag(boolean unk_param_found)
setUnkParamFlag in interface HeaderDescriptionBeanCopyright 2004-2021 Solace Corporation. All rights reserved.