public interface URIDescription
Modifier and Type | Method and Description |
---|---|
void |
addDescription(String d)
Add a description
|
void |
addDescriptions(Collection<String> d)
Add a collection of descriptions
|
void |
addDescriptions(String[] d)
Add an array of descriptions
|
org.openrdf.model.URI |
getAssociatedURI() |
Set<String> |
getDescriptions()
Access to the descriptions associated to the object
|
String |
getPreferredDescription()
Access to the preferred description of the resource.
|
void |
removeDescription(String d)
Remove a description.
|
void |
removeDescriptions(Collection<String> d)
Remove a collection of descriptions.
|
void |
setPreferredDescription(String d)
Set the preferred description of the resource.
|
void addDescription(String d)
d
- the descriptionvoid addDescriptions(Collection<String> d)
d
- the collection of descriptionsSet<String> getDescriptions()
org.openrdf.model.URI getAssociatedURI()
String getPreferredDescription()
void setPreferredDescription(String d)
d
- the preferred description.void addDescriptions(String[] d)
d
- an array of descriptionsvoid removeDescription(String d)
d
- the descriptionvoid removeDescriptions(Collection<String> d)
d
- the collection of descriptionsCopyright © 2014. All rights reserved.