com.mchange.v2.codegen.bean
Interface Property
- All Known Subinterfaces:
- ResolvedProperty
- All Known Implementing Classes:
- SimpleProperty, WrapperProperty
public interface Property
getVariableModifiers
int getVariableModifiers()
getName
String getName()
getSimpleTypeName
String getSimpleTypeName()
getDefensiveCopyExpression
String getDefensiveCopyExpression()
getDefaultValueExpression
String getDefaultValueExpression()
getGetterModifiers
int getGetterModifiers()
getSetterModifiers
int getSetterModifiers()
isReadOnly
boolean isReadOnly()
isBound
boolean isBound()
isConstrained
boolean isConstrained()