org.jvnet.jaxb2_commons.xml.bind.model.util
Class DefaultPropertyInfoVisitor<T,C,V>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertyInfoVisitor
public DefaultPropertyInfoVisitor()
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.