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.String
getDefaultValueExpression()
java.lang.String
getDefensiveCopyExpression()
int
getGetterModifiers()
protected Property
getInner()
java.lang.String
getName()
int
getSetterModifiers()
java.lang.String
getSimpleTypeName()
int
getVariableModifiers()
boolean
isBound()
boolean
isConstrained()
boolean
isReadOnly()
-
-
-
Constructor Detail
-
WrapperProperty
public WrapperProperty(Property p)
-
-
Method Detail
-
getInner
protected Property getInner()
-
getVariableModifiers
public int getVariableModifiers()
- Specified by:
getVariableModifiers
in interfaceProperty
-
getSimpleTypeName
public java.lang.String getSimpleTypeName()
- Specified by:
getSimpleTypeName
in interfaceProperty
-
getDefensiveCopyExpression
public java.lang.String getDefensiveCopyExpression()
- Specified by:
getDefensiveCopyExpression
in interfaceProperty
-
getDefaultValueExpression
public java.lang.String 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
-
isConstrained
public boolean isConstrained()
- Specified by:
isConstrained
in interfaceProperty
-
-