christophedelory.atom
Class Type
java.lang.Object
christophedelory.atom.Common
christophedelory.atom.Type
- Direct Known Subclasses:
- Content, Link, TextContainer
public class Type
- extends Common
A typed Atom element.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Constructor Summary |
Type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type
public Type()
getType
public String getType()
- Returns the type of this element.
- Returns:
- a type. May be
null
. - See Also:
setType(java.lang.String)
setType
public void setType(String type)
- Initializes the type of this element.
- Parameters:
type
- a type. May be null
.- See Also:
getType()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.