Uses of Interface
org.jvnet.basicjaxb.xml.bind.model.MPropertyInfo
Packages that use MPropertyInfo
Package
Description
-
Uses of MPropertyInfo in org.jvnet.basicjaxb.xml.bind.model
Subinterfaces of MPropertyInfo in org.jvnet.basicjaxb.xml.bind.modelModifier and TypeInterfaceDescriptioninterfaceMAnyAttributePropertyInfo<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.basicjaxb.xml.bind.model that return MPropertyInfoMethods in org.jvnet.basicjaxb.xml.bind.model that return types with arguments of type MPropertyInfoMethods in org.jvnet.basicjaxb.xml.bind.model with parameters of type MPropertyInfoModifier and TypeMethodDescriptionvoidMClassInfo.addProperty(MPropertyInfo<T, C> propertyInfo) voidMClassInfo.removeProperty(MPropertyInfo<T, C> propertyInfo) -
Uses of MPropertyInfo in org.jvnet.basicjaxb.xml.bind.model.concrete
Classes in org.jvnet.basicjaxb.xml.bind.model.concrete that implement MPropertyInfoModifier and TypeClassDescriptionclassCMAnyAttributePropertyInfo<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.basicjaxb.xml.bind.model.concrete that return MPropertyInfoModifier and TypeMethodDescriptionprotected 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) CMClassInfo.getProperty(String privateName) Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return types with arguments of type MPropertyInfoMethods in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MPropertyInfoModifier and TypeMethodDescriptionvoidCMClassInfo.addProperty(MPropertyInfo<T, C> propertyInfo) voidCMClassInfo.removeProperty(MPropertyInfo<T, C> propertyInfo) -
Uses of MPropertyInfo in org.jvnet.basicjaxb.xml.bind.model.util
Methods in org.jvnet.basicjaxb.xml.bind.model.util with parameters of type MPropertyInfoModifier and TypeMethodDescriptionDefaultPropertyInfoVisitor.visitPropertyInfo(MPropertyInfo<T, C> info)