|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagData
Basic extension to include tag-specific data, this is the shared interface
for all tag objects in the Picasaweb GData api. To view or set the actual
content of a tag clients should use BaseEntry.getContent()
and
BaseEntry.setContent(TextConstruct)
.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.google.gdata.data.photos.GphotoData |
---|
getGphotoId, setGphotoId, setGphotoId |
Methods inherited from interface com.google.gdata.data.photos.Extensible |
---|
addExtension, addRepeatingExtension, declareExtensions, removeExtension, removeExtension, removeRepeatingExtension, setExtension |
Field Detail |
---|
static final java.lang.String KIND
static final java.lang.String TAG_KIND
static final Category TAG_CATEGORY
Method Detail |
---|
java.lang.Integer getWeight() throws ParseException
ParseException
void setWeight(java.lang.Integer weight)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |