| Constructor and Description |
|---|
DefaultTag(String value) |
DefaultTag(String value,
int level) |
DefaultTag(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getLevel()
The tag level if the tags are hiearchically organized.
|
String |
getType()
The tag type that allows to distinguish tags of different
purposes and different source.
|
String |
getValue()
Obtains the string value (the name) of the tag.
|
int |
hashCode() |
void |
setLevel(int level) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public DefaultTag(String value)
public DefaultTag(String value, int level)
public String getValue()
Tagpublic void setValue(String value)
public int getLevel()
Tagpublic void setLevel(int level)
public String getType()
Tagpublic void setType(String type)
Copyright © 2015. All rights reserved.