Uses of Interface
org.jvnet.jaxb.xjc.outline.MPropertyAccessor
-
Packages that use MPropertyAccessor Package Description org.jvnet.jaxb.xjc.outline org.jvnet.jaxb.xjc.outline.artificial org.jvnet.jaxb.xjc.outline.concrete -
-
Uses of MPropertyAccessor in org.jvnet.jaxb.xjc.outline
Methods in org.jvnet.jaxb.xjc.outline that return MPropertyAccessor Modifier and Type Method Description MPropertyAccessorMPropertyAccessorFactory. createPropertyAccessor(com.sun.codemodel.JExpression target) -
Uses of MPropertyAccessor in org.jvnet.jaxb.xjc.outline.artificial
Classes in org.jvnet.jaxb.xjc.outline.artificial that implement MPropertyAccessor Modifier and Type Class Description protected classAbstractPropertyOutline.PropertyAccessorprotected classAbstractSinglePropertyOutline.PropertyAccessorclassAnyAttributePropertyOutline.PropertyAccessorclassConstantPropertyOutline.PropertyAccessorprotected classSinglePropertyOutline.PropertyAccessorMethods in org.jvnet.jaxb.xjc.outline.artificial that return MPropertyAccessor Modifier and Type Method Description MPropertyAccessorAnyAttributePropertyOutline. createPropertyAccessor(com.sun.codemodel.JExpression target)MPropertyAccessorConstantPropertyOutline. createPropertyAccessor(com.sun.codemodel.JExpression target)MPropertyAccessorSinglePropertyOutline. createPropertyAccessor(com.sun.codemodel.JExpression target) -
Uses of MPropertyAccessor in org.jvnet.jaxb.xjc.outline.concrete
Classes in org.jvnet.jaxb.xjc.outline.concrete that implement MPropertyAccessor Modifier and Type Class Description classCMPropertyAccessorMethods in org.jvnet.jaxb.xjc.outline.concrete that return MPropertyAccessor Modifier and Type Method Description MPropertyAccessorCMPropertyAccessorFactory. createPropertyAccessor(com.sun.codemodel.JExpression target)MPropertyAccessorCMPropertyOutline. createPropertyAccessor(com.sun.codemodel.JExpression target)
-