org.jnbt
Class EndTag

java.lang.Object
  extended by org.jnbt.Tag
      extended by org.jnbt.EndTag

public final class EndTag
extends Tag

The TAG_End tag.

Author:
Graham Edgecombe

Constructor Summary
EndTag()
          Creates the tag.
 
Method Summary
 Object getValue()
          Gets the value of this tag.
 String toString()
           
 
Methods inherited from class org.jnbt.Tag
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndTag

public EndTag()
Creates the tag.

Method Detail

getValue

public Object getValue()
Description copied from class: Tag
Gets the value of this tag.

Specified by:
getValue in class Tag
Returns:
The value of this tag.

toString

public String toString()
Overrides:
toString in class Object