|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.atom.jastor.atomowl.CategoryImpl
public class CategoryImpl
Implementation of Category
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this class.
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#Category)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.Category |
|---|
TYPE |
| Method Summary | |
|---|---|
GraphThing |
addEmail()
Adds an anonymous value for the 'email' property |
void |
addEmail(GraphThing email)
Adds a value for the 'email' property |
GraphThing |
addEmail(org.openrdf.model.Resource resource)
Adds a value for the 'email' property. |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getEmail()
Get an Iterator the 'email' property values. |
java.lang.String |
getLabel()
Gets the 'label' property value |
InformationResource |
getScheme()
Gets the 'scheme' property value |
java.lang.String |
getTerm()
Gets the 'term' property value |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
removeEmail(GraphThing email)
Removes a value for the 'email' property. |
Content |
setContent()
Sets the 'content' property value to an anonymous node |
void |
setContent(Content content)
Sets the 'content' property value |
Content |
setContent(org.openrdf.model.Resource resource)
Sets the 'content' property value to the given resource, and add's rdf:type properties. |
void |
setLabel(java.lang.String label)
Sets the 'label' property value |
InformationResource |
setScheme()
Sets the 'scheme' property value to an anonymous node |
void |
setScheme(InformationResource scheme)
Sets the 'scheme' property value |
InformationResource |
setScheme(org.openrdf.model.Resource resource)
Sets the 'scheme' property value to the given resource, and add's rdf:type properties. |
void |
setTerm(java.lang.String term)
Sets the 'term' property value |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public java.lang.String getTerm()
throws JastorException
Category
getTerm in interface CategoryString
JastorExceptionCategory.termProperty
public void setTerm(java.lang.String term)
throws JastorException
Category
setTerm in interface CategoryJastorExceptionCategory.termProperty
public InformationResource getScheme()
throws JastorException
Category
getScheme in interface CategoryInformationResource
JastorExceptionCategory.schemeProperty
public void setScheme(InformationResource scheme)
throws JastorException
Category
setScheme in interface CategoryJastorExceptionCategory.schemeProperty
public InformationResource setScheme()
throws JastorException
Category
setScheme in interface CategoryInformationResource, the created value
JastorExceptionCategory.schemeProperty
public InformationResource setScheme(org.openrdf.model.Resource resource)
throws JastorException
CategoryInformationResource with the factory.
and calling setScheme(org.openanzo.atom.jastor.webarch.InformationResource scheme)
The resource argument have rdf:type http://sw.nokia.com/WebArch-1/InformationResource. That is, this method
should not be used as a shortcut for creating new objects in the model.
setScheme in interface CategoryInformationResource, the newly created value
JastorExceptionCategory.schemeProperty
public Content getContent()
throws JastorException
Category
getContent in interface CategoryContent
JastorExceptionCategory.contentProperty
public void setContent(Content content)
throws JastorException
Category
setContent in interface CategoryJastorExceptionCategory.contentProperty
public Content setContent()
throws JastorException
Category
setContent in interface CategoryContent, the created value
JastorExceptionCategory.contentProperty
public Content setContent(org.openrdf.model.Resource resource)
throws JastorException
CategoryContent with the factory. and calling
setContent(org.openanzo.atom.jastor.atomowl.Content content) The resource argument have rdf:type
http://bblfish.net/work/atom-owl/2006-06-06/#Content. That is, this method should not be used as a shortcut for creating
new objects in the model.
setContent in interface CategoryContent, the newly created value
JastorExceptionCategory.contentProperty
public java.lang.String getLabel()
throws JastorException
Category
getLabel in interface CategoryString
JastorExceptionCategory.labelProperty
public void setLabel(java.lang.String label)
throws JastorException
Category
setLabel in interface CategoryJastorExceptionCategory.labelProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getEmail()
throws JastorException
Category
getEmail in interface CategoryIterator of GraphThing
JastorExceptionCategory.emailProperty
public void addEmail(GraphThing email)
throws JastorException
Category
addEmail in interface CategoryJastorExceptionCategory.emailProperty
public GraphThing addEmail()
throws JastorException
Category
addEmail in interface CategoryGraphThing created
JastorExceptionCategory.emailProperty
public GraphThing addEmail(org.openrdf.model.Resource resource)
throws JastorException
CategoryGraphThing with the factory
and calling addEmail(org.openanzo.jastor.GraphThing email)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addEmail in interface CategoryJastorExceptionCategory.emailProperty
public void removeEmail(GraphThing email)
throws JastorException
Category
removeEmail in interface CategoryJastorExceptionCategory.emailProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||