public class RoleDefXMLHelper
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
fromXML(net.anotheria.util.xml.XMLNode node)
static net.anotheria.util.xml.XMLNode
static net.anotheria.util.xml.XMLNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LANGUAGES
public static final String[] LANGUAGES
-
Constructor Details
-
RoleDefXMLHelper
public RoleDefXMLHelper()
-
Method Details
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(RoleDef object)
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(RoleDef object,
String... languages)
-
fromXML
public static RoleDef fromXML(net.anotheria.util.xml.XMLNode node)