Interface MPropertyAccessor
- All Known Implementing Classes:
AbstractPropertyOutline.PropertyAccessor,AbstractSinglePropertyOutline.PropertyAccessor,AnyAttributePropertyOutline.PropertyAccessor,CMPropertyAccessor,ConstantPropertyOutline.PropertyAccessor,SinglePropertyOutline.PropertyAccessor
public interface MPropertyAccessor
-
Method Details
-
get
void get(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable) -
set
-
unset
void unset(com.sun.codemodel.JBlock body) -
isSet
com.sun.codemodel.JExpression isSet() -
getType
com.sun.codemodel.JType getType() -
isConstant
boolean isConstant() -
isVirtual
boolean isVirtual()
-