public class MetadataTag
extends java.lang.Object
| Constructor and Description |
|---|
MetadataTag(java.lang.String name,
boolean listable)
Creates a new tag
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the tag
|
boolean |
isListable()
Returns whether the tag is listable
|
void |
setListable(boolean listable)
Sets whether the tag is listable
|
public MetadataTag(java.lang.String name,
boolean listable)
name - the name of the taglistable - whether the tag is listablepublic java.lang.String getName()
public boolean isListable()
public void setListable(boolean listable)
listable - the new value for the listable flag.