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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MPropertyAccessor
get, isSet, set, unset
-
Field Details
-
target
protected final com.sun.codemodel.JExpression target
-
-
Constructor Details
-
PropertyAccessor
public PropertyAccessor(com.sun.codemodel.JExpression target)
-
-
Method Details
-
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
-