public final class AttributeDependency extends Object implements Comparable<AttributeDependency>
Modifier and Type | Field and Description |
---|---|
String |
attributeLP |
Namespace |
attributeNS |
String |
elementLP |
Namespace |
elementNS |
Constructor and Description |
---|
AttributeDependency(Namespace elementNS,
String elementLP,
Namespace attributeNS,
String attributeLP) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AttributeDependency other) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public Namespace elementNS
public String elementLP
public Namespace attributeNS
public String attributeLP
public int compareTo(AttributeDependency other)
compareTo
in interface Comparable<AttributeDependency>