org.jvnet.jaxb2_commons.xjc.outline.artificial
Class AnnotatePropertyVisitor

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xjc.outline.artificial.AnnotatePropertyVisitor
All Implemented Interfaces:
MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

public class AnnotatePropertyVisitor
extends Object
implements MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>


Constructor Summary
AnnotatePropertyVisitor(com.sun.codemodel.JAnnotatable annotatable)
           
 
Method Summary
 Void visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitAnyElementPropertyInfo(MAnyElementPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitAttributePropertyInfo(MAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitElementPropertyInfo(MElementPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitElementRefPropertyInfo(MElementRefPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitElementRefsPropertyInfo(MElementRefsPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitElementsPropertyInfo(MElementsPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 Void visitValuePropertyInfo(MValuePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatePropertyVisitor

public AnnotatePropertyVisitor(com.sun.codemodel.JAnnotatable annotatable)
Method Detail

visitAnyAttributePropertyInfo

public Void visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitAnyAttributePropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitValuePropertyInfo

public Void visitValuePropertyInfo(MValuePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitValuePropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitAttributePropertyInfo

public Void visitAttributePropertyInfo(MAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitAttributePropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitElementPropertyInfo

public Void visitElementPropertyInfo(MElementPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitElementPropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitElementsPropertyInfo

public Void visitElementsPropertyInfo(MElementsPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitElementsPropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitAnyElementPropertyInfo

public Void visitAnyElementPropertyInfo(MAnyElementPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitAnyElementPropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitElementRefPropertyInfo

public Void visitElementRefPropertyInfo(MElementRefPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitElementRefPropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>

visitElementRefsPropertyInfo

public Void visitElementRefsPropertyInfo(MElementRefsPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> info)
Specified by:
visitElementRefsPropertyInfo in interface MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,Void>


Copyright © 2005-2012. All Rights Reserved.