|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.Static
public static final class BIConversion.Static
Implementation that returns a statically-determined constant TypeUse
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion |
---|
BIConversion.Static, BIConversion.User |
Field Summary |
---|
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion |
---|
NAME |
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl |
---|
loc, parent |
Constructor Summary | |
---|---|
BIConversion.Static(org.xml.sax.Locator loc,
TypeUse transducer)
|
Method Summary | |
---|---|
TypeUse |
getTypeUse(com.sun.xml.xsom.XSSimpleType owner)
Gets the TypeUse object that this conversion represents. |
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion |
---|
getName |
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl |
---|
_assert, getBuilder, getCodeModel, getLocation, getOwner, isAcknowledged, markAsAcknowledged, onSetOwner, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BIConversion.Static(org.xml.sax.Locator loc, TypeUse transducer)
Method Detail |
---|
public TypeUse getTypeUse(com.sun.xml.xsom.XSSimpleType owner)
BIConversion
TypeUse
object that this conversion represents.
The returned TypeUse
object is properly adapted.
getTypeUse
in class BIConversion
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |