MPropertyAccessorAbstractSinglePropertyOutline.PropertyAccessor, AnyAttributePropertyOutline.PropertyAccessor, ConstantPropertyOutline.PropertyAccessorprotected abstract class AbstractPropertyOutline.PropertyAccessor extends java.lang.Object implements MPropertyAccessor
| Modifier and Type | Field | Description |
|---|---|---|
protected com.sun.codemodel.JExpression |
target |
| Constructor | Description |
|---|---|
PropertyAccessor(com.sun.codemodel.JExpression target) |
| Modifier and Type | Method | Description |
|---|---|---|
com.sun.codemodel.JType |
getType() |
|
boolean |
isConstant() |
|
boolean |
isVirtual() |
get, isSet, set, unsetpublic com.sun.codemodel.JType getType()
getType in interface MPropertyAccessorpublic boolean isConstant()
isConstant in interface MPropertyAccessorpublic boolean isVirtual()
isVirtual in interface MPropertyAccessorCopyright © 2005–2018. All rights reserved.