Class DefaultPropertyInfoVisitor<T,C extends T,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 extends T,V> extends Object implements MPropertyInfoVisitor<T,C,V>
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyInfoVisitor()
-
Method Summary
All Methods Instance Methods Concrete 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)VvisitPropertyInfo(MPropertyInfo<T,C> info)VvisitValuePropertyInfo(MValuePropertyInfo<T,C> info)
-
-
-
Method Detail
-
visitPropertyInfo
public V visitPropertyInfo(MPropertyInfo<T,C> info)
-
visitElementPropertyInfo
public V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
- Specified by:
visitElementPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitElementsPropertyInfo
public V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
- Specified by:
visitElementsPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitAnyElementPropertyInfo
public V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
- Specified by:
visitAnyElementPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitAttributePropertyInfo
public V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
- Specified by:
visitAttributePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitAnyAttributePropertyInfo
public V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
- Specified by:
visitAnyAttributePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitValuePropertyInfo
public V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
- Specified by:
visitValuePropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitElementRefPropertyInfo
public V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
- Specified by:
visitElementRefPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
visitElementRefsPropertyInfo
public V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
- Specified by:
visitElementRefsPropertyInfoin interfaceMPropertyInfoVisitor<T,C extends T,V>
-
-