Interface CElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAbstract()
      Returns true iff this element is an abstract element.
      void setAbstract()
      Marks this element as an abstract element.
      • Methods inherited from interface com.sun.xml.bind.v2.model.core.Element

        getElementName, getScope, getSubstitutionHead
      • Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable

        getLocation, getUpstream
      • Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo

        canBeReferencedByIDREF, getType
    • Method Detail

      • setAbstract

        void setAbstract()
        Marks this element as an abstract element.
      • isAbstract

        boolean isAbstract()
        Returns true iff this element is an abstract element.