public class UnindexedPropertyPath extends PropertyPath
| Constructor and Description |
|---|
UnindexedPropertyPath()
Initializes a new instance of the UnindexedPropertyPath class.
|
UnindexedPropertyPath(java.lang.String uri)
Initializes a new instance of the UnindexedPropertyPath class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUri()
Gets the URI of the property.
|
void |
setUri(java.lang.String uri)
Sets the URI of the property.
|
java.lang.String |
toString()
Converts the value of the current UnindexedPropertyPath object to its equivalent string representation.
|
public UnindexedPropertyPath()
public UnindexedPropertyPath(java.lang.String uri)
uri - the uripublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - the new uri