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