org.mybatis.generator.api.dom.xml
Class Attribute
java.lang.Object
org.mybatis.generator.api.dom.xml.Attribute
public class Attribute
- extends Object
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute(String name,
String value)
getName
public String getName()
- Returns:
- Returns the name.
getValue
public String getValue()
- Returns:
- Returns the value.
getFormattedContent
public String getFormattedContent()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.