Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo
-
Packages that use MPropertyInfo Package Description org.jvnet.jaxb2_commons.xml.bind.model org.jvnet.jaxb2_commons.xml.bind.model.concrete org.jvnet.jaxb2_commons.xml.bind.model.util -
-
Uses of MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model
Subinterfaces of MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model Modifier and Type Interface Description interfaceMAnyAttributePropertyInfo<T,C extends T>interfaceMAnyElementPropertyInfo<T,C extends T>interfaceMAttributePropertyInfo<T,C extends T>interfaceMElementPropertyInfo<T,C extends T>interfaceMElementRefPropertyInfo<T,C extends T>interfaceMElementRefsPropertyInfo<T,C extends T>interfaceMElementsPropertyInfo<T,C extends T>interfaceMSingleTypePropertyInfo<T,C extends T>interfaceMValuePropertyInfo<T,C extends T>Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MPropertyInfo Modifier and Type Method Description MPropertyInfo<T,C>MClassInfo. getProperty(String publicName)Methods in org.jvnet.jaxb2_commons.xml.bind.model that return types with arguments of type MPropertyInfo Modifier and Type Method Description List<MPropertyInfo<T,C>>MClassInfo. getProperties()Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MPropertyInfo Modifier and Type Method Description voidMClassInfo. addProperty(MPropertyInfo<T,C> propertyInfo)voidMClassInfo. removeProperty(MPropertyInfo<T,C> propertyInfo) -
Uses of MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model.concrete
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MPropertyInfo Modifier and Type Class Description classCMAnyAttributePropertyInfo<T,C extends T>classCMAnyElementPropertyInfo<T,C extends T>classCMAttributePropertyInfo<T,C extends T>classCMElementPropertyInfo<T,C extends T>classCMElementRefPropertyInfo<T,C extends T>classCMElementRefsPropertyInfo<T,C extends T>classCMElementsPropertyInfo<T,C extends T>classCMPropertyInfo<T,C extends T>classCMSingleTypePropertyInfo<T,C extends T>classCMValuePropertyInfo<T,C extends T>Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MPropertyInfo Modifier and Type Method Description protected MPropertyInfo<T,C>CMInfoFactory. createAnyElementPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)protected MPropertyInfo<T,C>CMInfoFactory. createAttributePropertyInfo(MClassInfo<T,C> classInfo, API propertyInfo)protected MPropertyInfo<T,C>CMInfoFactory. createElementPropertyInfo(MClassInfo<T,C> classInfo, EPI ep)protected MPropertyInfo<T,C>CMInfoFactory. createElementRefPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)protected MPropertyInfo<T,C>CMInfoFactory. createElementRefsPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)protected MPropertyInfo<T,C>CMInfoFactory. createElementsPropertyInfo(MClassInfo<T,C> classInfo, EPI ep)protected MPropertyInfo<T,C>CMInfoFactory. createValuePropertyInfo(MClassInfo<T,C> classInfo, VPI propertyInfo)MPropertyInfo<T,C>CMClassInfo. getProperty(String privateName)Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MPropertyInfo Modifier and Type Method Description List<MPropertyInfo<T,C>>CMClassInfo. getProperties()Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MPropertyInfo Modifier and Type Method Description voidCMClassInfo. addProperty(MPropertyInfo<T,C> propertyInfo)voidCMClassInfo. removeProperty(MPropertyInfo<T,C> propertyInfo) -
Uses of MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model.util
Methods in org.jvnet.jaxb2_commons.xml.bind.model.util with parameters of type MPropertyInfo Modifier and Type Method Description VDefaultPropertyInfoVisitor. visitPropertyInfo(MPropertyInfo<T,C> info)
-