org.hccp.atom
Class InlineTextContent

java.lang.Object
  |
  +--org.hccp.atom.InlineTextContent
All Implemented Interfaces:
Content

public class InlineTextContent
extends java.lang.Object
implements Content

Created by IntelliJ IDEA. User: igb Date: Sep 20, 2005 Time: 10:41:49 PM To change this template use File | Settings | File Templates.


Constructor Summary
InlineTextContent()
           
 
Method Summary
 java.lang.String getText()
           
 org.hccp.atom.Type getType()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineTextContent

public InlineTextContent()
Method Detail

getType

public org.hccp.atom.Type getType()
Specified by:
getType in interface Content

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)