Class PropertyTypeVisitor
java.lang.Object
org.jvnet.basicjaxb.xjc.outline.artificial.PropertyTypeVisitor
- All Implemented Interfaces:
MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass, com.sun.codemodel.JType>
public class PropertyTypeVisitor
extends Object
implements MPropertyInfoVisitor<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.codemodel.JType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.codemodel.JTypevisitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitAnyElementPropertyInfo(MAnyElementPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitAttributePropertyInfo(MAttributePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitElementPropertyInfo(MElementPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitElementRefPropertyInfo(MElementRefPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitElementRefsPropertyInfo(MElementRefsPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitElementsPropertyInfo(MElementsPropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info) com.sun.codemodel.JTypevisitValuePropertyInfo(MValuePropertyInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> info)
-
Constructor Details
-
PropertyTypeVisitor
-
-
Method Details
-
visitAnyAttributePropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitElementPropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitElementsPropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitAnyElementPropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitAttributePropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitValuePropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitElementRefPropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-
visitElementRefsPropertyInfo
public com.sun.codemodel.JType 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, com.sun.codemodel.JType>
-