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
 java.util.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