jcolibri.datatypes
Class Text

java.lang.Object
  extended by jcolibri.datatypes.Text
All Implemented Interfaces:
TypeAdaptor
Direct Known Subclasses:
IEText

public class Text
extends java.lang.Object
implements TypeAdaptor

Author:
Juanan

Field Summary
protected  java.lang.String rawContent
           
 
Constructor Summary
Text()
           
Text(java.lang.String content)
           
 
Method Summary
 void fromString(java.lang.String content)
          Reads the type from a string.
 java.lang.String toString()
          Returns a string representation of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jcolibri.connector.TypeAdaptor
equals
 

Field Detail

rawContent

protected java.lang.String rawContent
Constructor Detail

Text

public Text()

Text

public Text(java.lang.String content)
Method Detail

fromString

public void fromString(java.lang.String content)
                throws java.lang.Exception
Description copied from interface: TypeAdaptor
Reads the type from a string.

Specified by:
fromString in interface TypeAdaptor
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Description copied from interface: TypeAdaptor
Returns a string representation of the type.

Specified by:
toString in interface TypeAdaptor
Overrides:
toString in class java.lang.Object

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es