Package com.adbs.ast
Class SQLBuilderConditionFormat
- java.lang.Object
- 
- com.adbs.ast.UpdatablePersistent
- 
- com.adbs.ast.SQLBuilderConditionFormat
 
 
- 
- All Implemented Interfaces:
- Disposable
 
 public class SQLBuilderConditionFormat extends UpdatablePersistent 
- 
- 
Field Summary- 
Fields inherited from class com.adbs.ast.UpdatablePersistentupdatedEventListenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description SQLBuilderConditionFormat(UpdatablePersistent parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassign(java.lang.Object source)intgetIndentNestedConditions()SQLBuilderConditionFormatNLgetNewLineAfter()voidsetIndentNestedConditions(int value)voidsetNewLineAfter(SQLBuilderConditionFormatNL value)- 
Methods inherited from class com.adbs.ast.UpdatablePersistentaddUpdatedEventListener, beginUpdate, dispose, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
 
- 
 
- 
- 
- 
Constructor Detail- 
SQLBuilderConditionFormatpublic SQLBuilderConditionFormat(UpdatablePersistent parent) 
 
- 
 - 
Method Detail- 
getNewLineAfterpublic SQLBuilderConditionFormatNL getNewLineAfter() 
 - 
setNewLineAfterpublic void setNewLineAfter(SQLBuilderConditionFormatNL value) 
 - 
getIndentNestedConditionspublic int getIndentNestedConditions() 
 - 
setIndentNestedConditionspublic void setIndentNestedConditions(int value) 
 - 
assignpublic void assign(java.lang.Object source) - Overrides:
- assignin class- UpdatablePersistent
 
 
- 
 
-