public class Attribute extends Object implements Comparable<Attribute>
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Comparable<Attribute>Copyright © 2006–2016 MyBatis.org. All rights reserved.