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>
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.