public class SinglePropertyOutline extends AbstractSinglePropertyOutline
| Modifier and Type | Class and Description |
|---|---|
protected class |
SinglePropertyOutline.PropertyAccessor |
field, getter, setterclassOutline, codeModel, implementationClass, implementationReferenceClass, modelOutline, outline, propertyInfo, referenceClass, type| Constructor and Description |
|---|
SinglePropertyOutline(com.sun.tools.xjc.outline.Outline outline,
MClassOutline classOutline,
MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target) |
| Modifier and Type | Method and Description |
|---|---|
MPropertyAccessor |
createPropertyAccessor(com.sun.codemodel.JExpression target) |
protected com.sun.codemodel.JMethod |
generateGetter() |
protected com.sun.codemodel.JMethod |
generateSetter() |
generateField, getGetterMethodName, getSetterMethodNameannotate, generateType, getClassOutline, getTargetpublic SinglePropertyOutline(com.sun.tools.xjc.outline.Outline outline,
MClassOutline classOutline,
MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
protected com.sun.codemodel.JMethod generateGetter()
generateGetter in class AbstractSinglePropertyOutlineprotected com.sun.codemodel.JMethod generateSetter()
generateSetter in class AbstractSinglePropertyOutlinepublic MPropertyAccessor createPropertyAccessor(com.sun.codemodel.JExpression target)
Copyright © 2005-2016. All Rights Reserved.