|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomoby.shared.datatypes.MobyObject
org.biomoby.shared.datatypes.MobyString
public class MobyString
An object representing a String, a Moby primitive data type.
Constructor Summary | |
---|---|
MobyString()
Default constructor. |
|
MobyString(String value)
Another constructor. |
Method Summary | |
---|---|
org.jdom.Element |
toXML()
Create an XML element representing this object. |
Methods inherited from class org.biomoby.shared.datatypes.MobyObject |
---|
addXref, format, getId, getMobyTypeName, getName, getNamespace, getProvision, getValue, getXrefs, isPrimitiveType, setId, setName, setNamespace, setProvision, setValue, setValueXML, setXrefs, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MobyString()
public MobyString(String value)
value
- will become the value of this object
MobyException
- actually it does not throw any exceptionMethod Detail |
---|
public org.jdom.Element toXML()
MobyObject
toXML
in class MobyObject
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |