com.mchange.v2.codegen.bean
Class SimpleProperty
java.lang.Object
com.mchange.v2.codegen.bean.SimpleProperty
- All Implemented Interfaces:
- Property
public class SimpleProperty
- extends Object
- implements Property
Constructor Summary |
SimpleProperty(int variable_modifiers,
String name,
String simpleTypeName,
String defensiveCopyExpression,
String defaultValueExpression,
int getter_modifiers,
int setter_modifiers,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
|
SimpleProperty(String name,
String simpleTypeName,
String defensiveCopyExpression,
String defaultValueExpression,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProperty
public SimpleProperty(int variable_modifiers,
String name,
String simpleTypeName,
String defensiveCopyExpression,
String defaultValueExpression,
int getter_modifiers,
int setter_modifiers,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
SimpleProperty
public SimpleProperty(String name,
String simpleTypeName,
String defensiveCopyExpression,
String defaultValueExpression,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
getVariableModifiers
public int getVariableModifiers()
- Specified by:
getVariableModifiers
in interface Property
getName
public String getName()
- Specified by:
getName
in interface Property
getSimpleTypeName
public String getSimpleTypeName()
- Specified by:
getSimpleTypeName
in interface Property
getDefensiveCopyExpression
public String getDefensiveCopyExpression()
- Specified by:
getDefensiveCopyExpression
in interface Property
getDefaultValueExpression
public String getDefaultValueExpression()
- Specified by:
getDefaultValueExpression
in interface Property
getGetterModifiers
public int getGetterModifiers()
- Specified by:
getGetterModifiers
in interface Property
getSetterModifiers
public int getSetterModifiers()
- Specified by:
getSetterModifiers
in interface Property
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface Property
isBound
public boolean isBound()
- Specified by:
isBound
in interface Property
isConstrained
public boolean isConstrained()
- Specified by:
isConstrained
in interface Property