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