Class AbstractPropertyOutline.PropertyAccessor
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
-
- All Implemented Interfaces:
MPropertyAccessor
- Direct Known Subclasses:
AbstractSinglePropertyOutline.PropertyAccessor,AnyAttributePropertyOutline.PropertyAccessor,ConstantPropertyOutline.PropertyAccessor
- Enclosing class:
- AbstractPropertyOutline
protected abstract class AbstractPropertyOutline.PropertyAccessor extends Object implements MPropertyAccessor
-
-
Field Summary
Fields Modifier and Type Field Description protected com.sun.codemodel.JExpressiontarget
-
Constructor Summary
Constructors Constructor Description PropertyAccessor(com.sun.codemodel.JExpression target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.codemodel.JTypegetType()booleanisConstant()booleanisVirtual()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MPropertyAccessor
get, isSet, set, unset
-
-
-
-
Method Detail
-
getType
public com.sun.codemodel.JType getType()
- Specified by:
getTypein interfaceMPropertyAccessor
-
isConstant
public boolean isConstant()
- Specified by:
isConstantin interfaceMPropertyAccessor
-
isVirtual
public boolean isVirtual()
- Specified by:
isVirtualin interfaceMPropertyAccessor
-
-