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:
CommentGeneratorConfiguration, DAOGeneratorConfiguration, JavaModelGeneratorConfiguration, JavaTypeResolverConfiguration, SqlMapGeneratorConfiguration

public abstract class TypedPropertyHolder
extends PropertyHolder

Author:
Jeff Butler

Constructor Summary
TypedPropertyHolder()
           
 
Method Summary
 java.lang.String getConfigurationType()
           
 void setConfigurationType(java.lang.String configurationType)
          Sets the value of the type specified in the configuration.
 
Methods inherited from class org.apache.ibatis.abator.config.PropertyHolder
addProperty, addPropertyXmlElements, getProperties, getProperty
 
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

getConfigurationType

public java.lang.String getConfigurationType()

setConfigurationType

public void setConfigurationType(java.lang.String configurationType)
Sets the value of the type specified in the configuration. If the special value DEFAULT is specified, then the value will be ignored.

Parameters:
configurationType - the type specified in the configuration