| Constructor and Description |
|---|
WrapperProperty(Property p) |
| Modifier and Type | Method and 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() |
public WrapperProperty(Property p)
protected Property getInner()
public int getVariableModifiers()
getVariableModifiers in interface Propertypublic java.lang.String getSimpleTypeName()
getSimpleTypeName in interface Propertypublic java.lang.String getDefensiveCopyExpression()
getDefensiveCopyExpression in interface Propertypublic java.lang.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