Uses of Class
com.sun.xml.bind.v2.model.core.WildcardMode

Packages that use WildcardMode
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader.xmlschema   
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of WildcardMode in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model that return WildcardMode
 WildcardMode CReferencePropertyInfo.getWildcard()
           
 

Methods in com.sun.tools.xjc.model with parameters of type WildcardMode
 void CReferencePropertyInfo.setWildcard(WildcardMode mode)
           
 

Uses of WildcardMode in com.sun.tools.xjc.reader.xmlschema
 

Constructors in com.sun.tools.xjc.reader.xmlschema with parameters of type WildcardMode
RawTypeSetBuilder.WildcardRef(WildcardMode mode)
           
 

Uses of WildcardMode in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return WildcardMode
 WildcardMode ReferencePropertyInfo.getWildcard()
          If this property supports the wildcard, returns its mode.
static WildcardMode WildcardMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WildcardMode[] WildcardMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WildcardMode in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return WildcardMode
 WildcardMode ReferencePropertyInfoImpl.getWildcard()
           
 

Uses of WildcardMode in com.sun.xml.bind.v2.runtime.unmarshaller
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type WildcardMode
WildcardLoader(DomHandler dom, WildcardMode mode)