public interface Property extends Resource
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalName()
Returns the name of this property within its namespace.
|
String |
getNameSpace()
Returns the namespace associated with this property.
|
int |
getOrdinal()
Returns the ordinal value of a containment property.
|
Property |
inModel(Model m)
Override RDFNode.inModel() to produce a staticly-typed Property
in the given Model.
|
boolean |
isProperty()
Gets the value of the property property.
|
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith
asNode
boolean isProperty()
String getNameSpace()
getNameSpace
in interface Resource
Property inModel(Model m)
String getLocalName()
getLocalName
in interface Resource
int getOrdinal()
RDF containers use properties of the form _1, _2, _3 etc to represent the containment relationship between the container and the objects it contains. When invoked on such a containment property, this method returns the integer part of the property name. When invoked on other properties, it returns 0.
Licenced under the Apache License, Version 2.0