Package com.mchange.v2.codegen.bean
Class SimpleProperty
java.lang.Object
com.mchange.v2.codegen.bean.SimpleProperty
- All Implemented Interfaces:
Property
-
Constructor Summary
ConstructorDescriptionSimpleProperty
(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) -
Method Summary
-
Constructor Details
-
SimpleProperty
-
SimpleProperty
-
-
Method Details
-
getVariableModifiers
public int getVariableModifiers()- Specified by:
getVariableModifiers
in interfaceProperty
-
getName
-
getSimpleTypeName
- Specified by:
getSimpleTypeName
in interfaceProperty
-
getDefensiveCopyExpression
- Specified by:
getDefensiveCopyExpression
in interfaceProperty
-
getDefaultValueExpression
- Specified by:
getDefaultValueExpression
in interfaceProperty
-
getGetterModifiers
public int getGetterModifiers()- Specified by:
getGetterModifiers
in interfaceProperty
-
getSetterModifiers
public int getSetterModifiers()- Specified by:
getSetterModifiers
in interfaceProperty
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in interfaceProperty
-
isBound
public boolean isBound() -
isConstrained
public boolean isConstrained()- Specified by:
isConstrained
in interfaceProperty
-