Package com.sun.tools.xjc.outline
Interface CustomizableOutline
-
- All Known Implementing Classes:
ClassOutline,ClassOutlineImpl,ElementOutline,EnumOutline
public interface CustomizableOutlineThis interface describes that outline class could be customized. It provides the bound info fromCCustomizabletarget. And customization output - implementation class.- Since:
- 2.2.12
- Author:
- yaroska
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDefinedClassgetImplClass()Provides customization output.CCustomizablegetTarget()Provides bound information about customizable target.
-
-
-
Method Detail
-
getTarget
@NotNull CCustomizable getTarget()
Provides bound information about customizable target.- Returns:
- customizable target
-
getImplClass
@NotNull JDefinedClass getImplClass()
Provides customization output.- Returns:
- Implementation class
-
-