Uses of Class
com.sun.tools.xjc.model.CAdapter

Packages that use CAdapter
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
 

Uses of CAdapter in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model that return CAdapter
 CAdapter CElementPropertyInfo.getAdapter()
           
 CAdapter CReferencePropertyInfo.getAdapter()
           
 CAdapter CSingleTypePropertyInfo.getAdapter()
           
abstract  CAdapter CPropertyInfo.getAdapter()
           
 CAdapter TypeUseImpl.getAdapterUse()
           
 CAdapter CBuiltinLeafInfo.getAdapterUse()
          Deprecated. 
 CAdapter CEnumLeafInfo.getAdapterUse()
          Deprecated. 
 CAdapter TypeUse.getAdapterUse()
          If this type use is adapting the type, returns the adapter.
 CAdapter CNonElement.getAdapterUse()
          Deprecated. 
 CAdapter AbstractCTypeInfoImpl.getAdapterUse()
           
 

Methods in com.sun.tools.xjc.model with parameters of type CAdapter
static TypeUse TypeUseFactory.adapt(TypeUse t, CAdapter adapter)
           
 void CElementPropertyInfo.setAdapter(CAdapter a)
           
 

Constructors in com.sun.tools.xjc.model with parameters of type CAdapter
TypeUseImpl(CNonElement itemType, boolean collection, com.sun.xml.bind.v2.model.core.ID id, javax.activation.MimeType expectedMimeType, CAdapter adapter)