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