public class Attribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.net.URI |
property |
java.lang.String |
value |
Constructor and Description |
---|
Attribute(java.net.URI property,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.net.URI |
getProperty() |
java.lang.String |
getValue() |
int |
hashCode() |
static java.lang.String |
propertyKeyForURIBase(Attribute attr,
java.lang.String uriBase) |
java.lang.String |
toString() |
public java.net.URI getProperty()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static java.lang.String propertyKeyForURIBase(Attribute attr, java.lang.String uriBase)