public class Variable extends CadlEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Variable.Builder |
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
static Variable.Builder |
builder() |
org.openrdf.model.URI |
getType() |
org.openrdf.model.URI |
getValueType() |
void |
setValueType(org.openrdf.model.URI valueType) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic org.openrdf.model.URI getValueType()
public void setValueType(org.openrdf.model.URI valueType)
public static Variable.Builder builder()
Copyright © 2019. All rights reserved.