org.mybatis.generator.api.dom.xml
Class Attribute

java.lang.Object
  extended by org.mybatis.generator.api.dom.xml.Attribute

public class Attribute
extends Object

Author:
Jeff Butler

Constructor Summary
Attribute(String name, String value)
           
 
Method Summary
 String getFormattedContent()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String name,
                 String value)
Method Detail

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.