net.sf.dewdrop.sqlml.directive
Class ColumnDirective

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.directive.ColumnDirective

public class ColumnDirective
extends Object

Class short description goes here.

Class long description goes here.

[optional JavaDoc tags here]

Author:
Les A. Hazlewood

Field Summary
static ColumnDirective DEFAULT_COLUMN_DIRECTIVE
           
protected  int justifyIndentLevel
           
 
Constructor Summary
ColumnDirective()
           
 
Method Summary
protected  Object clone()
           
 int getJustifyIndentLevel()
           
 String getParentTableName()
           
 boolean isInlinePkDeclarationAllowed()
           
 void setInlinePkDeclarationAllowed(boolean inlinePkDeclarationAllowed)
           
 void setJustifyIndentLevel(int justifyIndentLevel)
           
 void setParentTableName(String parentTableName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLUMN_DIRECTIVE

public static final ColumnDirective DEFAULT_COLUMN_DIRECTIVE

justifyIndentLevel

protected int justifyIndentLevel
Constructor Detail

ColumnDirective

public ColumnDirective()
Method Detail

getJustifyIndentLevel

public int getJustifyIndentLevel()

setJustifyIndentLevel

public void setJustifyIndentLevel(int justifyIndentLevel)

getParentTableName

public String getParentTableName()

setParentTableName

public void setParentTableName(String parentTableName)

isInlinePkDeclarationAllowed

public boolean isInlinePkDeclarationAllowed()
Returns:
Returns the inlinePkDeclarationAllowed.

setInlinePkDeclarationAllowed

public void setInlinePkDeclarationAllowed(boolean inlinePkDeclarationAllowed)
Parameters:
inlinePkDeclarationAllowed - The inlinePkDeclarationAllowed to set.

clone

protected Object clone()
                throws CloneNotSupportedException
Throws:
CloneNotSupportedException