Class ExperimentXMLHelper
- java.lang.Object
-
- net.anotheria.anosite.gen.asexperiment.data.ExperimentXMLHelper
-
public class ExperimentXMLHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ExperimentXMLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExperimentfromXML(net.anotheria.util.xml.XMLNode node)static net.anotheria.util.xml.XMLNodetoXML(Experiment object)static net.anotheria.util.xml.XMLNodetoXML(Experiment object, String... languages)
-
-
-
Field Detail
-
LANGUAGES
public static final String[] LANGUAGES
-
-
Method Detail
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(Experiment object)
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(Experiment object, String... languages)
-
fromXML
public static Experiment fromXML(net.anotheria.util.xml.XMLNode node)
-
-