public class SinglePropertyOutline extends AbstractSinglePropertyOutline
Modifier and Type | Class and Description |
---|---|
protected class |
SinglePropertyOutline.PropertyAccessor |
field, getter, setter
classOutline, 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, getSetterMethodName
annotate, generateType, getClassOutline, getTarget
public 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 AbstractSinglePropertyOutline
protected com.sun.codemodel.JMethod generateSetter()
generateSetter
in class AbstractSinglePropertyOutline
public MPropertyAccessor createPropertyAccessor(com.sun.codemodel.JExpression target)
Copyright © 2005–2018. All rights reserved.