Package com.sun.tools.xjc.model
Interface CElement
-
- All Superinterfaces:
CCustomizable,CTypeInfo,com.sun.xml.bind.v2.model.core.Element<NType,NClass>,com.sun.xml.bind.v2.model.annotation.Locatable,com.sun.xml.bind.v2.model.core.TypeInfo<NType,NClass>
- All Known Subinterfaces:
CClass
- All Known Implementing Classes:
CClassInfo,CClassRef,CElementInfo
public interface CElement extends CTypeInfo, com.sun.xml.bind.v2.model.core.Element<NType,NClass>
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAbstract()Returns true iff this element is an abstract element.voidsetAbstract()Marks this element as an abstract element.-
Methods inherited from interface com.sun.tools.xjc.model.CCustomizable
getCustomizations, getLocator, getSchemaComponent
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.Element
getElementName, getScope, getSubstitutionHead
-
-