|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.datatypes.Text
public class Text
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 |
---|
protected java.lang.String rawContent
Constructor Detail |
---|
public Text()
public Text(java.lang.String content)
Method Detail |
---|
public void fromString(java.lang.String content) throws java.lang.Exception
TypeAdaptor
fromString
in interface TypeAdaptor
java.lang.Exception
public java.lang.String toString()
TypeAdaptor
toString
in interface TypeAdaptor
toString
in class java.lang.Object
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |