FileDocCategorySizeDatePackage
GOMTitle.javaAPI DocApache Lucene 2.1.01377Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMTitle

public interface GOMTitle implements GOMElement
The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
atomTitle = element atom:title { atomTextConstruct }
author
Simon Willnauer

Fields Summary
public static final String
LOCALNAME
Atom local name for the xml element
Constructors Summary
Methods Summary
public abstract ContentTypegetContentType()

return
- the content type attribute value as a {@link ContentType}
see
ContentType