org.mybatis.generator.config
Class PropertyHolder

java.lang.Object
  extended by org.mybatis.generator.config.PropertyHolder
Direct Known Subclasses:
ColumnOverride, Context, JavaModelGeneratorConfiguration, JDBCConnectionConfiguration, SqlMapGeneratorConfiguration, TableConfiguration, TypedPropertyHolder

public abstract class PropertyHolder
extends Object

Author:
Jeff Butler

Constructor Summary
PropertyHolder()
           
 
Method Summary
 void addProperty(String name, String value)
           
protected  void addPropertyXmlElements(XmlElement xmlElement)
           
 Properties getProperties()
           
 String getProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHolder

public PropertyHolder()
Method Detail

addProperty

public void addProperty(String name,
                        String value)

getProperty

public String getProperty(String name)

getProperties

public Properties getProperties()

addPropertyXmlElements

protected void addPropertyXmlElements(XmlElement xmlElement)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.