public class URIReference extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
The component that stores the URI that identifies the reference entity.
|
| Constructor and Description |
|---|
URIReference()
Default constructor.
|
URIReference(EntityReference entityReference)
Creates a typed URI reference.
|
URIReference(String uri)
Creates a new typed reference that points to the external entity identified by the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
EntityReference |
getEntityReference() |
String |
getURI() |
void |
setURI(String uri)
Sets the URI that identifies the referenced entity.
|
public static final String URI
public URIReference()
public URIReference(EntityReference entityReference)
entityReference - an untyped entity referencepublic URIReference(String uri)
uri - an URIpublic EntityReference getEntityReference()
public String getURI()
public void setURI(String uri)
uri - an URICopyright © 2004–2016 XWiki. All rights reserved.