Class AnnotatePropertyVisitor
java.lang.Object
org.jvnet.basicjaxb.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitAnyElementPropertyInfo(MAnyElementPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitAttributePropertyInfo(MAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitElementPropertyInfo(MElementPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitElementRefPropertyInfo(MElementRefPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitElementRefsPropertyInfo(MElementRefsPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitElementsPropertyInfo(MElementsPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) visitValuePropertyInfo(MValuePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info)
-
Constructor Details
-
AnnotatePropertyVisitor
public AnnotatePropertyVisitor(com.sun.codemodel.JAnnotatable annotatable)
-
-
Method Details
-
visitAnyAttributePropertyInfo
public Void visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) - Specified by:
visitAnyAttributePropertyInfoin interfaceMPropertyInfoVisitor<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:
visitValuePropertyInfoin interfaceMPropertyInfoVisitor<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:
visitAttributePropertyInfoin interfaceMPropertyInfoVisitor<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:
visitElementPropertyInfoin interfaceMPropertyInfoVisitor<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:
visitElementsPropertyInfoin interfaceMPropertyInfoVisitor<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:
visitAnyElementPropertyInfoin interfaceMPropertyInfoVisitor<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:
visitElementRefPropertyInfoin interfaceMPropertyInfoVisitor<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:
visitElementRefsPropertyInfoin interfaceMPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass, Void>
-