public abstract class CharacterTag extends Tag implements ICharacterTag
| Constructor and Description |
|---|
CharacterTag(TagType tagType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
description()
Sub-class can override this method to provide more information when the
tag object is printed out.
|
int |
getCharacterID()
Get the UI16 character ID.
|
void |
setCharacterID(int id) |
getTagType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTagTypepublic CharacterTag(TagType tagType)
public int getCharacterID()
ICharacterTaggetCharacterID in interface ICharacterTagpublic void setCharacterID(int id)
protected String description()
Tagdescription in class TagCopyright © 2016 The Apache Software Foundation. All rights reserved.