public class AbstractTagData
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTagData(int componentId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendIntAsHex(java.lang.StringBuffer buf,
int value)
Appends the hex representation of an int to a StringBuffer.
|
protected java.lang.StringBuffer |
createMessage() |
java.lang.String |
toString() |
protected java.lang.StringBuffer createMessage()
protected final void appendIntAsHex(java.lang.StringBuffer buf,
int value)
public java.lang.String toString()
toString in class java.lang.Object