Class CMPropertyAccessor
java.lang.Object
org.jvnet.jaxb2_commons.xjc.outline.concrete.CMPropertyAccessor
- All Implemented Interfaces:
MPropertyAccessor
-
Constructor Details
-
CMPropertyAccessor
-
-
Method Details
-
get
public void get(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable) - Specified by:
getin interfaceMPropertyAccessor
-
set
public void set(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression value) - Specified by:
setin interfaceMPropertyAccessor
-
unset
public void unset(com.sun.codemodel.JBlock body) - Specified by:
unsetin interfaceMPropertyAccessor
-
isSet
public com.sun.codemodel.JExpression isSet()- Specified by:
isSetin interfaceMPropertyAccessor
-
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
-