public class TemplateObject extends Term
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateObject.Type
Supported object types.
|
| Constructor and Description |
|---|
TemplateObject(TemplateObject.Type type,
String value,
boolean isVar)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.openrdf.model.Value |
getValueInternal(String value) |
String |
toString() |
getInternalValue, getValue, isVarpublic TemplateObject(TemplateObject.Type type, String value, boolean isVar)
type - object template type.value - internal value.isVar - if true it the given value
will be resolved with the variable value.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.