public interface CommonOptions
| Modifier and Type | Method and Description |
|---|---|
AccessScope |
getAccessScope()
The access scope.
|
String |
getBindOptions()
The bind options.
|
String |
getComment()
The comment.
|
boolean |
isAutoSelect()
Returns whether autoselect should be turned on.
|
boolean |
isBind()
true if [BIND]-option set.
|
boolean |
isDerived()
true if [DERIVED]-option set.
|
boolean |
isFromSuper()
true if [SUPER]-option set.
|
boolean |
isLowerCase()
Returns whether lowercase conversion requested.
|
boolean |
isMapNull()
true if [MAPNULL]-option set.
|
boolean |
isMaxCol()
Returns true whether the maxcol binding option should be applied.
|
boolean |
isNoConstant()
true if [NOCONSTANT]-option set.
|
boolean |
isNoDeclare()
true if [NODECLARE]-option set.
|
boolean |
isNoMethod()
true if [NOMETHOD]-option set.
|
boolean |
isReadOnly()
true if [READONLY]-option set.
|
boolean |
isSetGet()
true if [SETGET]-option set.
|
boolean |
isTrimRead()
true if [TRIMREAD]-option set.
|
boolean |
isTrimWrite()
true if [TRIMWRITE]-option set.
|
boolean |
isUpperCase()
Returns whether uppercase conversion requested.
|
boolean |
isWriteOnly()
true if [WRITEONLY]-option set.
|
void |
validate()
Validates the options.
|
String getComment()
String getBindOptions()
boolean isNoDeclare()
boolean isNoMethod()
boolean isNoConstant()
boolean isDerived()
boolean isFromSuper()
boolean isReadOnly()
boolean isWriteOnly()
AccessScope getAccessScope()
boolean isTrimRead()
boolean isTrimWrite()
boolean isMapNull()
boolean isSetGet()
boolean isBind()
boolean isAutoSelect()
boolean isLowerCase()
boolean isMaxCol()
boolean isUpperCase()
void validate()
throws ModelException
ModelException - if validation failedTentackle - a domain driven enterprise framework