Lizzy v1.1.1

christophedelory.atom
Class Type

java.lang.Object
  extended by christophedelory.atom.Common
      extended by 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()
           
 
Method Summary
 String getType()
          Returns the type of this element.
 void setType(String type)
          Initializes the type of this element.
 
Methods inherited from class christophedelory.atom.Common
getBaseString, getLang, setBaseString, setLang
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

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()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.