Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
-
Packages that use BIProperty Package Description com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of BIProperty in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return BIProperty Modifier and Type Method Description protected BIPropertyParticleBinder. getLocalPropCustomization(XSParticle p)Gets the BIProperty object that applies to the given particle. -
Uses of BIProperty in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return BIProperty Modifier and Type Method Description static BIPropertyBIProperty. getCustomization(XSComponent c)Finds a property customization that describes how the given component should be mapped to a property (if it's mapped to a property at all.)protected BIPropertyBIProperty. getDefault()Finds a BIProperty which this object should delegate to.BIPropertyBIGlobalBinding. getDefaultProperty()
-