com.webmethods.caf.faces.data.export.atom
Class Category

java.lang.Object
  extended by com.webmethods.caf.faces.data.export.atom.Element
      extended by com.webmethods.caf.faces.data.export.atom.Category

public class Category
extends Element

Represents an atom category element.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.webmethods.caf.faces.data.export.atom.Element
Element.ElementContentType, Element.Property
 
Field Summary
protected  String m_label
           
protected  String m_scheme
           
protected  String m_term
           
 
Fields inherited from class com.webmethods.caf.faces.data.export.atom.Element
m_attributes, m_base, m_baseURI, m_children, m_content, m_lang, m_name, m_parent, STRIP_FROM_NORMAL_NAME
 
Constructor Summary
Category()
           
Category(Object o)
           
 
Method Summary
 String getLabel()
           
 String getScheme()
           
 String getTerm()
           
protected  void printStartTag(PrintWriter out, int tabs)
          Prints the start tag for this element.
 void setContent(String content)
           
 void setLabel(String label)
           
protected  void setProperties(IContentProvider provider, Collection keys)
          Set the normalized properties of this element.
 void setScheme(String scheme)
           
 void setTerm(String term)
           
 
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Element
enforceChildrenConformance, enforceChildrenConformance, enforceConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printContent, printEndTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setLang, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_label

protected String m_label

m_scheme

protected String m_scheme

m_term

protected String m_term
Constructor Detail

Category

public Category()

Category

public Category(Object o)
Method Detail

setProperties

protected void setProperties(IContentProvider provider,
                             Collection keys)
Description copied from class: Element
Set the normalized properties of this element.

Overrides:
setProperties in class Element

setContent

public void setContent(String content)
Overrides:
setContent in class Element

printStartTag

protected void printStartTag(PrintWriter out,
                             int tabs)
Description copied from class: Element
Prints the start tag for this element. Includes open bracket, tag name, and attributes, but not close bracket (">").

Overrides:
printStartTag in class Element

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getScheme

public String getScheme()

setScheme

public void setScheme(String scheme)

getTerm

public String getTerm()

setTerm

public void setTerm(String term)