public abstract class AbstractSinglePropertyOutline extends AbstractPropertyOutline
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractSinglePropertyOutline.PropertyAccessor |
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.codemodel.JFieldVar |
field |
protected com.sun.codemodel.JMethod |
getter |
protected com.sun.codemodel.JMethod |
setter |
classOutline, codeModel, implementationClass, implementationReferenceClass, modelOutline, outline, propertyInfo, referenceClass, type| Constructor and Description |
|---|
AbstractSinglePropertyOutline(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 |
|---|---|
protected com.sun.codemodel.JFieldVar |
generateField() |
protected abstract com.sun.codemodel.JMethod |
generateGetter() |
protected abstract com.sun.codemodel.JMethod |
generateSetter() |
protected String |
getGetterMethodName() |
protected String |
getSetterMethodName() |
annotate, generateType, getClassOutline, getTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePropertyAccessorprotected final com.sun.codemodel.JFieldVar field
protected final com.sun.codemodel.JMethod getter
protected final com.sun.codemodel.JMethod setter
public AbstractSinglePropertyOutline(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.JFieldVar generateField()
protected abstract com.sun.codemodel.JMethod generateGetter()
protected abstract com.sun.codemodel.JMethod generateSetter()
protected String getGetterMethodName()
protected String getSetterMethodName()
Copyright © 2005-2016. All Rights Reserved.