Uses of Class
com.sun.tools.xjc.model.CAdapter
-
Packages that use CAdapter Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC. -
-
Uses of CAdapter in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CAdapter Modifier and Type Method Description CAdapterCElementPropertyInfo. getAdapter()abstract CAdapterCPropertyInfo. getAdapter()CAdapterCReferencePropertyInfo. getAdapter()CAdapterCBuiltinLeafInfo. getAdapterUse()Deprecated.CAdapterCEnumLeafInfo. getAdapterUse()Deprecated.CAdapterCNonElement. getAdapterUse()Deprecated.CAdapterTypeUse. getAdapterUse()If this type use is adapting the type, returns the adapter.Methods in com.sun.tools.xjc.model with parameters of type CAdapter Modifier and Type Method Description static TypeUseTypeUseFactory. adapt(TypeUse t, CAdapter adapter)voidCElementPropertyInfo. setAdapter(CAdapter a)
-