Class Collection

    • Method Detail

      • getxWikiClass

        public Class getxWikiClass()
      • getName

        public String getName()
        Description copied from class: Element
        Get the name of this element. If the Element is an XWiki Object then it will be the name of the Document containing the Object, if it's an XWiki Class it will be the full name of the Document where the class is defined, if it's an XWiki Property then it will be the name of the property.
        Overrides:
        getName in class Element
        Returns:
        the name of this Element.
      • getPrettyName

        public String getPrettyName()
      • getNumber

        public int getNumber()
      • getPropertyNames

        public Object[] getPropertyNames()
      • getProperties

        public Element[] getProperties()
      • getValue

        public Object getValue​(String name)
        Parameters:
        name - the name of the property
        Returns:
        the value of the passed property
        Since:
        6.2