public class RdfTypeIriStr extends RdfTypePrimitiveBase
| Constructor and Description |
|---|
RdfTypeIriStr() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createJavaObject(org.apache.jena.rdf.model.RDFNode node)
Extract a Java (literal) object from a given node.
|
Class<?> |
getEntityClass()
Return the Java class corresponding to this type
(maybe it should be Type instead of Class)
|
org.apache.jena.graph.Node |
getRootNode(Object obj)
Return the root node that corresponds to the given object in regard to this RdfType.
|
boolean |
hasIdentity()
Flag to indicate whether entities created from this mapping have their own identity.
|
exposeFragment, exposeShape, isSimpleType, populateresolvepublic Class<?> getEntityClass()
RdfTypepublic org.apache.jena.graph.Node getRootNode(Object obj)
RdfTypepublic Object createJavaObject(org.apache.jena.rdf.model.RDFNode node)
RdfTypepublic boolean hasIdentity()
RdfTypeCopyright © 2017. All rights reserved.