com.mchange.v2.codegen.bean
Class SimpleProperty
java.lang.Object
com.mchange.v2.codegen.bean.SimpleProperty
- All Implemented Interfaces:
- Property
public class SimpleProperty
- extends java.lang.Object
- implements Property
|
Constructor Summary |
SimpleProperty(int variable_modifiers,
java.lang.String name,
java.lang.String simpleTypeName,
java.lang.String defensiveCopyExpression,
java.lang.String defaultValueExpression,
int getter_modifiers,
int setter_modifiers,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
|
SimpleProperty(java.lang.String name,
java.lang.String simpleTypeName,
java.lang.String defensiveCopyExpression,
java.lang.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,
java.lang.String name,
java.lang.String simpleTypeName,
java.lang.String defensiveCopyExpression,
java.lang.String defaultValueExpression,
int getter_modifiers,
int setter_modifiers,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
SimpleProperty
public SimpleProperty(java.lang.String name,
java.lang.String simpleTypeName,
java.lang.String defensiveCopyExpression,
java.lang.String defaultValueExpression,
boolean is_read_only,
boolean is_bound,
boolean is_constrained)
getVariableModifiers
public int getVariableModifiers()
- Specified by:
getVariableModifiers in interface Property
getName
public java.lang.String getName()
- Specified by:
getName in interface Property
getSimpleTypeName
public java.lang.String getSimpleTypeName()
- Specified by:
getSimpleTypeName in interface Property
getDefensiveCopyExpression
public java.lang.String getDefensiveCopyExpression()
- Specified by:
getDefensiveCopyExpression in interface Property
getDefaultValueExpression
public java.lang.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