Interface CElement

All Superinterfaces:
CCustomizable, CTypeInfo, Element<NType,NClass>, Locatable, TypeInfo<NType,NClass>
All Known Subinterfaces:
CClass
All Known Implementing Classes:
CClassInfo, CClassRef, CElementInfo

public interface CElement extends CTypeInfo, Element<NType,NClass>
Author:
Kohsuke Kawaguchi
  • Method Details

    • setAbstract

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

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