|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.gbase.client.ItemTypeDescription
public class ItemTypeDescription
A description of an item type done by the gm: tags in a
google base entry.
Make sure the current feed is an item type feed and then get the
ItemTypeDescription for the entry using:
GoogleBaseEntry.getGoogleBaseMetadata()
.getItemTypeDescription()
Method Summary | |
---|---|
java.util.List<? extends GoogleBaseAttributeId> |
getAttributeIds()
Deprecated. use getAttributes() instead |
java.util.Collection<GmAttributes.GmAttribute> |
getAttributes()
Get the list of attribute ids with extra information as defined for this item type. |
java.lang.String |
getName()
Gets the item type name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.util.List<? extends GoogleBaseAttributeId> getAttributeIds()
getAttributes()
instead
public java.util.Collection<GmAttributes.GmAttribute> getAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |