org.apache.ibatis.abator.config
Class ModelType

java.lang.Object
  extended by org.apache.ibatis.abator.config.ModelType

public class ModelType
extends java.lang.Object

Typesafe enum of different model types

Author:
Jeff Butler

Field Summary
static ModelType CONDITIONAL
           
static ModelType FLAT
           
static ModelType HIERARCHICAL
           
 
Method Summary
 java.lang.String getModelType()
           
static ModelType getModelType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIERARCHICAL

public static final ModelType HIERARCHICAL

FLAT

public static final ModelType FLAT

CONDITIONAL

public static final ModelType CONDITIONAL
Method Detail

getModelType

public java.lang.String getModelType()

getModelType

public static ModelType getModelType(java.lang.String type)