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