Constructor and Description |
---|
ResourceField(org.openrdf.model.Resource resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.openrdf.model.Resource |
getResource() |
int |
hashCode() |
boolean |
isLiteralField() |
boolean |
isResourceField() |
boolean |
isVariableField() |
void |
setResource(org.openrdf.model.Resource resource) |
String |
toString() |
String |
toString(Map<String,String> namespaces)
Create string representation taking into account the namespace definitions given as argument.
|
public org.openrdf.model.Resource getResource()
public void setResource(org.openrdf.model.Resource resource)
public String toString(Map<String,String> namespaces)
public boolean isResourceField()
isResourceField
in interface Field
public boolean isLiteralField()
isLiteralField
in interface Field
public boolean isVariableField()
isVariableField
in interface Field
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.