Package com.sun.tools.xjc.model
Class TypeUseFactory
- java.lang.Object
-
- com.sun.tools.xjc.model.TypeUseFactory
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeUseadapt(TypeUse t, CAdapter adapter)static TypeUseadapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy)Creates a new adapterTypeUseby using the existingAdapterclass.static TypeUsemakeCollection(TypeUse t)static TypeUsemakeID(TypeUse t, com.sun.xml.bind.v2.model.core.ID id)static TypeUsemakeMimeTyped(TypeUse t, MimeType mt)
-
-
-
Method Detail
-
adapt
public static TypeUse adapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy)
Creates a new adapterTypeUseby using the existingAdapterclass.
-
-