Constructor and Description |
---|
LiteralField() |
LiteralField(org.openrdf.model.Literal literal) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.openrdf.model.Literal |
getLiteral() |
int |
hashCode() |
boolean |
isLiteralField() |
boolean |
isResourceField() |
boolean |
isVariableField() |
void |
setLiteral(KiWiLiteral literal) |
String |
toString() |
String |
toString(Map<String,String> namespaces)
Create string representation taking into account the namespace definitions given as argument.
|
public LiteralField()
public LiteralField(org.openrdf.model.Literal literal)
public org.openrdf.model.Literal getLiteral()
public void setLiteral(KiWiLiteral literal)
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.