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:
getVariableModifiers
in interfaceProperty
-
getName
-
getSimpleTypeName
- Specified by:
getSimpleTypeName
in interfaceProperty
-
getDefensiveCopyExpression
- Specified by:
getDefensiveCopyExpression
in interfaceProperty
-
getDefaultValueExpression
- Specified by:
getDefaultValueExpression
in interfaceProperty
-
getGetterModifiers
public int getGetterModifiers()- Specified by:
getGetterModifiers
in interfaceProperty
-
getSetterModifiers
public int getSetterModifiers()- Specified by:
getSetterModifiers
in interfaceProperty
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in interfaceProperty
-
isBound
public boolean isBound() -
isConstrained
public boolean isConstrained()- Specified by:
isConstrained
in interfaceProperty
-