com.mchange.v2.codegen.bean
Class WrapperProperty
java.lang.Object
com.mchange.v2.codegen.bean.WrapperProperty
- All Implemented Interfaces:
- Property
public abstract class WrapperProperty
- extends java.lang.Object
- implements Property
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrapperProperty
public WrapperProperty(Property p)
getInner
protected Property getInner()
getVariableModifiers
public int getVariableModifiers()
- Specified by:
getVariableModifiers in interface Property
getName
public java.lang.String getName()
- Specified by:
getName in interface Property
getSimpleTypeName
public java.lang.String getSimpleTypeName()
- Specified by:
getSimpleTypeName in interface Property
getDefensiveCopyExpression
public java.lang.String getDefensiveCopyExpression()
- Specified by:
getDefensiveCopyExpression in interface Property
getDefaultValueExpression
public java.lang.String getDefaultValueExpression()
- Specified by:
getDefaultValueExpression in interface Property
getGetterModifiers
public int getGetterModifiers()
- Specified by:
getGetterModifiers in interface Property
getSetterModifiers
public int getSetterModifiers()
- Specified by:
getSetterModifiers in interface Property
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in interface Property
isBound
public boolean isBound()
- Specified by:
isBound in interface Property
isConstrained
public boolean isConstrained()
- Specified by:
isConstrained in interface Property