public final class TypeUseFactory
extends java.lang.Object
TypeUse
from an existing one.Modifier and Type | Method and Description |
---|---|
static TypeUse |
adapt(TypeUse t,
CAdapter adapter) |
static TypeUse |
adapt(TypeUse t,
java.lang.Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter> adapter,
boolean copy)
|
static TypeUse |
makeCollection(TypeUse t) |
static TypeUse |
makeID(TypeUse t,
ID id) |
static TypeUse |
makeMimeTyped(TypeUse t,
javax.activation.MimeType mt) |