org.apache.ibatis.abator.internal.java.model
Class ExampleClause

java.lang.Object
  extended byorg.apache.ibatis.abator.internal.java.model.ExampleClause

public class ExampleClause
extends java.lang.Object

Author:
Jeff Butler

Method Summary
static java.util.Iterator getAllExampleClauses()
           
 java.lang.String getClause(ColumnDefinition cd)
           
 java.lang.String getExamplePropertyName()
           
 int getExamplePropertyValue()
           
 boolean isCharacterOnly()
           
 boolean isPropertyInMapRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllExampleClauses

public static java.util.Iterator getAllExampleClauses()

getClause

public java.lang.String getClause(ColumnDefinition cd)

isCharacterOnly

public boolean isCharacterOnly()

isPropertyInMapRequired

public boolean isPropertyInMapRequired()

getExamplePropertyName

public java.lang.String getExamplePropertyName()

getExamplePropertyValue

public int getExamplePropertyValue()