com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BIConversion.Static
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.Static
- All Implemented Interfaces:
- BIDeclaration
- Enclosing class:
- BIConversion
public static final class BIConversion.Static
- extends BIConversion
Implementation that returns a statically-determined constant TypeUse
.
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion |
NAME |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIConversion.Static
public BIConversion.Static(Locator loc,
TypeUse transducer)
getTypeUse
public TypeUse getTypeUse(XSSimpleType owner)
- Description copied from class:
BIConversion
- Gets the
TypeUse
object that this conversion represents.
The returned TypeUse
object is properly adapted.
- Specified by:
getTypeUse
in class BIConversion
- Parameters:
owner
- A BIConversion
is always associated with one
XSSimpleType
, but that's not always available
when a BIConversion
is built. So we pass this
as a parameter to this method.