Uses of Interface
com.sun.tools.xjc.api.Property

Packages that use Property
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
 

Uses of Property in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return types with arguments of type Property
 List<? extends Property> Mapping.getWrapperStyleDrilldown()
          If this element is a so-called "wrapper-style" element, obtains its member information.
 

Uses of Property in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j that implement Property
 class PropertyImpl
           
 

Methods in com.sun.tools.xjc.api.impl.s2j that return types with arguments of type Property
protected  List<Property> AbstractMappingImpl.buildDrilldown(CClassInfo typeBean)
          Derived classes can use this method to implement AbstractMappingImpl.calcDrilldown().
protected abstract  List<Property> AbstractMappingImpl.calcDrilldown()
           
 List<Property> BeanMappingImpl.calcDrilldown()
           
 List<Property> ElementMappingImpl.calcDrilldown()
           
 List<? extends Property> AbstractMappingImpl.getWrapperStyleDrilldown()