public interface TagData extends GphotoData
BaseEntry.getContent()
and
BaseEntry.setContent(TextConstruct)
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KIND
The unqualified kind for a tag.
|
static Category |
TAG_CATEGORY
A category object for tags.
|
static java.lang.String |
TAG_KIND
The fully qualified kind term for tags.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getWeight()
The weight of the tag is the number of times the tag appears in the
collection of tags currently being viewed.
|
void |
setWeight(java.lang.Integer weight)
Set the weight of the tag.
|
getGphotoId, setGphotoId, setGphotoId
addExtension, addRepeatingExtension, declareExtensions, removeExtension, removeExtension, removeRepeatingExtension, setExtension
static final java.lang.String KIND
static final java.lang.String TAG_KIND
static final Category TAG_CATEGORY
java.lang.Integer getWeight() throws ParseException
ParseException
void setWeight(java.lang.Integer weight)