org.apache.ibatis.abator.config
Class TypedPropertyHolder

java.lang.Object
  extended byorg.apache.ibatis.abator.config.PropertyHolder
      extended byorg.apache.ibatis.abator.config.TypedPropertyHolder
Direct Known Subclasses:
DAOGeneratorConfiguration, JavaModelGeneratorConfiguration, JavaTypeResolverConfiguration, SqlMapGeneratorConfiguration

public abstract class TypedPropertyHolder
extends PropertyHolder

Author:
Jeff Butler

Constructor Summary
TypedPropertyHolder()
           
 
Method Summary
 java.lang.String getType()
           
protected  void setType(java.lang.String type)
          This method is protected because subclasses should override it and allow using special values (like "DEFAULT", or the alias names for the different DAO generator types).
 
Methods inherited from class org.apache.ibatis.abator.config.PropertyHolder
addProperty, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedPropertyHolder

public TypedPropertyHolder()
Method Detail

getType

public java.lang.String getType()

setType

protected void setType(java.lang.String type)
This method is protected because subclasses should override it and allow using special values (like "DEFAULT", or the alias names for the different DAO generator types).

Parameters:
type -