public class Tag extends Object implements AutoCloseable, Serializable
protected String
id
protected boolean
remove
value
Tag(String id, String value)
void
close()
String
getId()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String id
protected final String value
protected final boolean remove
public Tag(String id, String value)
public String getId()
public String getValue()
public void close() throws Exception
close
AutoCloseable
Exception
Copyright © 2015. All rights reserved.