Package com.mchange.v2.codegen.bean
Class WrapperProperty
java.lang.Object
com.mchange.v2.codegen.bean.WrapperProperty
- All Implemented Interfaces:
Property
-
Constructor Details
-
WrapperProperty
-
-
Method Details
-
getInner
-
getVariableModifiers
public int getVariableModifiers()- Specified by:
getVariableModifiersin interfaceProperty
-
getName
-
getSimpleTypeName
- Specified by:
getSimpleTypeNamein interfaceProperty
-
getDefensiveCopyExpression
- Specified by:
getDefensiveCopyExpressionin interfaceProperty
-
getDefaultValueExpression
- Specified by:
getDefaultValueExpressionin interfaceProperty
-
getGetterModifiers
public int getGetterModifiers()- Specified by:
getGetterModifiersin interfaceProperty
-
getSetterModifiers
public int getSetterModifiers()- Specified by:
getSetterModifiersin interfaceProperty
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin interfaceProperty
-
isBound
public boolean isBound() -
isConstrained
public boolean isConstrained()- Specified by:
isConstrainedin interfaceProperty
-