net.sf.dewdrop.sqlml.directive
Class ConstraintDirective
java.lang.Object
net.sf.dewdrop.sqlml.directive.ConstraintDirective
- All Implemented Interfaces:
- Cloneable
- public class ConstraintDirective
- extends Object
- implements Cloneable
Class short description goes here.
Class long description goes here.
[optional JavaDoc tags here]
- Author:
- Les A. Hazlewood
justifyIndentLevel
protected int justifyIndentLevel
ConstraintDirective
public ConstraintDirective()
getJustifyIndentLevel
public int getJustifyIndentLevel()
setJustifyIndentLevel
public void setJustifyIndentLevel(int justifyIndentLevel)
getParentTableName
public String getParentTableName()
setParentTableName
public void setParentTableName(String parentTableName)
getCount
public int getCount()
- Returns:
- Returns the constraintCount.
setCount
public void setCount(int constraintCount)
- Parameters:
constraintCount
- The constraintCount to set.
incrementCount
public void incrementCount()
clone
public Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
- See Also:
Object.clone()