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