Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.origin.MPropertyInfoOrigin

Packages that use MPropertyInfoOrigin
org.jvnet.jaxb2_commons.xjc.model.concrete   
org.jvnet.jaxb2_commons.xjc.model.concrete.origin   
org.jvnet.jaxb2_commons.xml.bind.model.concrete   
org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin   
 

Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xjc.model.concrete
 

Methods in org.jvnet.jaxb2_commons.xjc.model.concrete that return MPropertyInfoOrigin
protected  MPropertyInfoOrigin XJCCMInfoFactory.createPropertyInfoOrigin(com.sun.tools.xjc.model.CPropertyInfo info)
           
 

Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xjc.model.concrete.origin
 

Classes in org.jvnet.jaxb2_commons.xjc.model.concrete.origin that implement MPropertyInfoOrigin
 class DefaultPropertyInfoOrigin
           
 class DummyPropertyInfoOrigin
           
 class XJCCMPropertyInfoOrigin
           
 

Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xml.bind.model.concrete
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MPropertyInfoOrigin
protected  MPropertyInfoOrigin CMInfoFactory.createAnyAttributePropertyInfoOrigin()
           
protected  MPropertyInfoOrigin CMInfoFactory.createPropertyInfoOrigin(PI info)
           
 MPropertyInfoOrigin CMPropertyInfo.getOrigin()
           
 

Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MPropertyInfoOrigin
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName)
           
CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName)
           
CMElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName)
           
CMElementRefPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, Collection<MElementTypeInfo<T,C>> elementTypeInfos, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, Collection<MElementTypeInfo<T,C>> elementTypeInfos, QName wrapperElementName)
           
CMPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection)
           
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo)
           
CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo)
           
 

Uses of MPropertyInfoOrigin in org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin
 

Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin that implement MPropertyInfoOrigin
 class CMAnyAttributePropertyInfoOrigin
           
 class CMPropertyInfoOrigin<T,C,PI extends PropertyInfo<T,C>>
           
 



Copyright © 2005-2012. All Rights Reserved.