public class IndexedPropertyPath extends PropertyPath
| Constructor and Description |
|---|
IndexedPropertyPath()
Initializes a new instance of the IndexedPropertyPath class.
|
IndexedPropertyPath(IndexedPropertyPathUri uri,
java.lang.String index)
Initializes a new instance of the IndexedPropertyPath class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndex()
Gets the member of the dictionary to return.
|
IndexedPropertyPathUri |
getUri()
Gets the dictionary that contains the member to return.
|
void |
setIndex(java.lang.String index)
Sets the member of the dictionary to return.
|
void |
setUri(IndexedPropertyPathUri uri)
Sets the dictionary that contains the member to return.
|
java.lang.String |
toString()
Converts the value of the current IndexedPropertyPath object to its equivalent string representation.
|
public IndexedPropertyPath()
public IndexedPropertyPath(IndexedPropertyPathUri uri, java.lang.String index)
uri - the uriindex - the indexpublic java.lang.String toString()
toString in class java.lang.Objectpublic IndexedPropertyPathUri getUri()
public void setUri(IndexedPropertyPathUri uri)
uri - the new uripublic java.lang.String getIndex()
public void setIndex(java.lang.String index)
index - the new index