public interface SortableLocation extends Comparable<SortableLocation>
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationRenamedTo()
Retrieves the value of the name attribute provided by a JAXB annotation, implying that
the XSD type should use another name than the default.
|
String |
getPath()
Retrieves the path of this SortableLocation.
|
boolean |
isEqualToPath(String path)
Validates if the supplied path is equal to this SortableLocation.
|
compareToboolean isEqualToPath(String path)
path - The non-null path to compare to this SortableLocation.true if this SortableLocation is equal to the supplied path.String getPath()
String getAnnotationRenamedTo()
SortableLocation.XmlElement.name(),
XmlAttribute.name(),
XmlType.name()Copyright © 2005–2019 MojoHaus. All rights reserved.