public class Attribute extends Object implements Comparable<Attribute>
Constructor and Description |
---|
Attribute(String name,
String value)
Instantiates a new attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Attribute o) |
String |
getFormattedContent()
Gets the formatted content.
|
String |
getName()
Gets the name.
|
String |
getValue()
Gets the value.
|
public String getName()
public String getValue()
public String getFormattedContent()
public int compareTo(Attribute o)
compareTo
in interface Comparable<Attribute>
Copyright © 2006–2018 MyBatis.org. All rights reserved.