org.jvnet.jaxb2_commons.xml.bind.model.util
Class DefaultPropertyInfoVisitor<T,C,V>

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xml.bind.model.util.DefaultPropertyInfoVisitor<T,C,V>
All Implemented Interfaces:
MPropertyInfoVisitor<T,C,V>

public class DefaultPropertyInfoVisitor<T,C,V>
extends Object
implements MPropertyInfoVisitor<T,C,V>


Constructor Summary
DefaultPropertyInfoVisitor()
           
 
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 visitPropertyInfo(MPropertyInfo<T,C> info)
           
 V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyInfoVisitor

public DefaultPropertyInfoVisitor()
Method Detail

visitPropertyInfo

public V visitPropertyInfo(MPropertyInfo<T,C> info)

visitElementPropertyInfo

public V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
Specified by:
visitElementPropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitElementsPropertyInfo

public V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
Specified by:
visitElementsPropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitAnyElementPropertyInfo

public V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
Specified by:
visitAnyElementPropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitAttributePropertyInfo

public V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
Specified by:
visitAttributePropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitAnyAttributePropertyInfo

public V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
Specified by:
visitAnyAttributePropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitValuePropertyInfo

public V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
Specified by:
visitValuePropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitElementRefPropertyInfo

public V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
Specified by:
visitElementRefPropertyInfo in interface MPropertyInfoVisitor<T,C,V>

visitElementRefsPropertyInfo

public V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
Specified by:
visitElementRefsPropertyInfo in interface MPropertyInfoVisitor<T,C,V>


Copyright © 2005-2012. All Rights Reserved.