Package com.mchange.v2.codegen.bean
Class WrapperProperty
- java.lang.Object
-
- com.mchange.v2.codegen.bean.WrapperProperty
-
-
Constructor Summary
Constructors Constructor Description WrapperProperty(Property p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultValueExpression()java.lang.StringgetDefensiveCopyExpression()intgetGetterModifiers()protected PropertygetInner()java.lang.StringgetName()intgetSetterModifiers()java.lang.StringgetSimpleTypeName()intgetVariableModifiers()booleanisBound()booleanisConstrained()booleanisReadOnly()
-
-
-
Constructor Detail
-
WrapperProperty
public WrapperProperty(Property p)
-
-
Method Detail
-
getInner
protected Property getInner()
-
getVariableModifiers
public int getVariableModifiers()
- Specified by:
getVariableModifiersin interfaceProperty
-
getSimpleTypeName
public java.lang.String getSimpleTypeName()
- Specified by:
getSimpleTypeNamein interfaceProperty
-
getDefensiveCopyExpression
public java.lang.String getDefensiveCopyExpression()
- Specified by:
getDefensiveCopyExpressionin interfaceProperty
-
getDefaultValueExpression
public java.lang.String 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
-
isConstrained
public boolean isConstrained()
- Specified by:
isConstrainedin interfaceProperty
-
-