public class SQLBuilderConditionFormat extends UpdatablePersistent
updatedEventListenerList
Constructor and Description |
---|
SQLBuilderConditionFormat(UpdatablePersistent parent) |
Modifier and Type | Method and Description |
---|---|
void |
assign(java.lang.Object source) |
int |
getIndentNestedConditions() |
SQLBuilderConditionFormatNL |
getNewLineAfter() |
void |
setIndentNestedConditions(int value) |
void |
setNewLineAfter(SQLBuilderConditionFormatNL value) |
addUpdatedEventListener, beginUpdate, dispose, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
public SQLBuilderConditionFormat(UpdatablePersistent parent)
public SQLBuilderConditionFormatNL getNewLineAfter()
public void setNewLineAfter(SQLBuilderConditionFormatNL value)
public int getIndentNestedConditions()
public void setIndentNestedConditions(int value)
public void assign(java.lang.Object source)
assign
in class UpdatablePersistent