public static class ApiTemplate.OutputVariable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiTemplate.OutputVariable.Type
Type of variable result.
|
| Constructor and Description |
|---|
OutputVariable(ApiTemplate.OutputVariable.Type type,
com.bigdata.bop.IVariable var,
String xpath) |
OutputVariable(com.bigdata.bop.IVariable var,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get associated variable name.
|
String |
getPath()
Get path to this variable.
|
org.openrdf.model.URI |
getURI(String value)
Get URI value matching variable type.
|
com.bigdata.bop.IVariable |
getVar()
Get associated variable.
|
boolean |
isOrdinal()
Is it the ordinal value?
|
boolean |
isURI()
Would this variable produce an URI?
|
String |
toString() |
public OutputVariable(ApiTemplate.OutputVariable.Type type, com.bigdata.bop.IVariable var, String xpath)
public OutputVariable(com.bigdata.bop.IVariable var,
String xpath)
public com.bigdata.bop.IVariable getVar()
public String getPath()
public String getName()
public boolean isOrdinal()
public boolean isURI()
public org.openrdf.model.URI getURI(String value)
Copyright © 2019. All rights reserved.