|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.tagkit.StringTag
Represents a tag that just has a string to be printed with the code.
Constructor Summary | |
StringTag(java.lang.String s)
|
Method Summary | |
java.lang.String |
getName()
Returns the tag name. |
byte[] |
getValue()
Returns the tag raw data. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StringTag(java.lang.String s)
Method Detail |
public java.lang.String toString()
public java.lang.String getName()
getName
in interface Tag
public byte[] getValue()
getValue
in interface Tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |