com.sun.tools.xjc.model
Interface CElement

All Superinterfaces:
CCustomizable, CTypeInfo
All Known Subinterfaces:
CClass
All Known Implementing Classes:
AbstractCElement, CClassInfo, CClassRef, CElementInfo

public interface CElement
extends CTypeInfo

Either CElementInfo, CClassInfo, or CClassRef.


Method Summary
 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.tools.xjc.model.CTypeInfo
toType
 
Methods inherited from interface com.sun.tools.xjc.model.CCustomizable
getCustomizations, getLocator, getSchemaComponent
 

Method Detail

setAbstract

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


isAbstract

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