org.jvnet.jaxb2_commons.xml.bind.model
Interface MPropertyInfoVisitor<T,C,V>

All Known Implementing Classes:
AnnotatePropertyVisitor, DefaultPropertyInfoVisitor, PropertyTypeVisitor

public interface MPropertyInfoVisitor<T,C,V>


Method Summary
 V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
           
 V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
           
 V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
           
 V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
           
 V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
           
 V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
           
 V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
           
 V visitValuePropertyInfo(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)


Copyright © 2005-2012. All Rights Reserved.