public interface ContentHeader extends Cloneable
Modifier and Type | Method and Description |
---|---|
void |
appendPropertyDebugStringTo(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).
|
String |
getClassName()
Retrieve the class name, eg "basic" (see the spec for a list of these).
|
int getClassId()
String getClassName()
void appendPropertyDebugStringTo(StringBuilder buffer)
buffer
- a place to append the properties as a stringCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.