public interface ContentHeader
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
appendPropertyDebugStringTo(java.lang.StringBuilder buffer)
A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
|
int |
getClassId()
Retrieve the class ID (see the spec for a list of allowable IDs).
|
java.lang.String |
getClassName()
Retrieve the class name, eg "basic" (see the spec for a list of these).
|
int getClassId()
java.lang.String getClassName()
void appendPropertyDebugStringTo(java.lang.StringBuilder buffer)
buffer
- a place to append the properties as a string