Package org.jvnet.jaxb.xml.bind.model
Interface MPropertyInfoVisitor<T,C extends T,V>
-
- All Known Implementing Classes:
DefaultPropertyInfoVisitor,QNameCollectingPropertyInfoVisitor
public interface MPropertyInfoVisitor<T,C extends T,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VvisitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)VvisitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)VvisitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)VvisitElementPropertyInfo(MElementPropertyInfo<T,C> info)VvisitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)VvisitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)VvisitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)VvisitValuePropertyInfo(MValuePropertyInfo<T,C> info)
-
-
-
Method Detail
-
visitElementPropertyInfo
V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
-
visitElementsPropertyInfo
V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
-
visitAnyElementPropertyInfo
V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
-
visitAttributePropertyInfo
V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
-
visitAnyAttributePropertyInfo
V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
-
visitValuePropertyInfo
V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
-
visitElementRefPropertyInfo
V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
-
visitElementRefsPropertyInfo
V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
-
-