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