com.mchange.v2.codegen.bean
Interface Property

All Known Subinterfaces:
ResolvedProperty
All Known Implementing Classes:
SimpleProperty, WrapperProperty

public interface Property


Method Summary
 String getDefaultValueExpression()
           
 String getDefensiveCopyExpression()
           
 int getGetterModifiers()
           
 String getName()
           
 int getSetterModifiers()
           
 String getSimpleTypeName()
           
 int getVariableModifiers()
           
 boolean isBound()
           
 boolean isConstrained()
           
 boolean isReadOnly()
           
 

Method Detail

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()