Class RoleDefXMLHelper


  • public class RoleDefXMLHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] LANGUAGES  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RoleDef fromXML​(net.anotheria.util.xml.XMLNode node)  
      static net.anotheria.util.xml.XMLNode toXML​(RoleDef object)  
      static net.anotheria.util.xml.XMLNode toXML​(RoleDef object, java.lang.String... languages)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LANGUAGES

        public static final java.lang.String[] LANGUAGES
    • Constructor Detail

      • RoleDefXMLHelper

        public RoleDefXMLHelper()
    • Method Detail

      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(RoleDef object)
      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(RoleDef object,
                                                           java.lang.String... languages)
      • fromXML

        public static RoleDef fromXML​(net.anotheria.util.xml.XMLNode node)