Interface MaybeElement<T,​C>

    • Method Detail

      • isElement

        boolean isElement()
        If the class is bound to an element, return true.

        Note that when this is true, the class is bound to both an element and a type.

      • getElementName

        QName getElementName()
        Gets the element name of the class, if the class is bound to an element.
        Returns:
        non-null iff isElement().