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 TypeUse
adapt(TypeUse t, CAdapter adapter)
static TypeUse
adapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy)
static TypeUse
makeCollection(TypeUse t)
static TypeUse
makeID(TypeUse t, ID id)
static TypeUse
makeMimeTyped(TypeUse t, MimeType mt)
-
-
-
Method Detail
-
adapt
public static TypeUse adapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy)
-
-