| Constructor and Description |
|---|
WrapperProperty(Property p) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValueExpression() |
String |
getDefensiveCopyExpression() |
int |
getGetterModifiers() |
protected Property |
getInner() |
String |
getName() |
int |
getSetterModifiers() |
String |
getSimpleTypeName() |
int |
getVariableModifiers() |
boolean |
isBound() |
boolean |
isConstrained() |
boolean |
isReadOnly() |
public WrapperProperty(Property p)
protected Property getInner()
public int getVariableModifiers()
getVariableModifiers in interface Propertypublic String getSimpleTypeName()
getSimpleTypeName in interface Propertypublic String getDefensiveCopyExpression()
getDefensiveCopyExpression in interface Propertypublic String getDefaultValueExpression()
getDefaultValueExpression in interface Propertypublic int getGetterModifiers()
getGetterModifiers in interface Propertypublic int getSetterModifiers()
getSetterModifiers in interface Propertypublic boolean isReadOnly()
isReadOnly in interface Propertypublic boolean isConstrained()
isConstrained in interface Property