public interface Property
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValueExpression() |
String |
getDefensiveCopyExpression() |
int |
getGetterModifiers() |
String |
getName() |
int |
getSetterModifiers() |
String |
getSimpleTypeName() |
int |
getVariableModifiers() |
boolean |
isBound() |
boolean |
isConstrained() |
boolean |
isReadOnly() |
int getVariableModifiers()
String getName()
String getSimpleTypeName()
String getDefensiveCopyExpression()
String getDefaultValueExpression()
int getGetterModifiers()
int getSetterModifiers()
boolean isReadOnly()
boolean isBound()
boolean isConstrained()