Modifier and Type | Method and Description |
---|---|
ColumnVar |
as(String name) |
ColumnVar |
as(String alias,
String column) |
static ColumnVar |
createCtx(String alias,
Var v,
Resource resource) |
static ColumnVar |
createObj(String alias,
Var v,
Value value) |
static ColumnVar |
createPred(String alias,
Var v,
URI uri,
boolean implied) |
static ColumnVar |
createSubj(String alias,
Var v,
Resource resource) |
boolean |
equals(Object other) |
String |
getAlias() |
String |
getColumn() |
int |
getIndex() |
String |
getName() |
ValueTypes |
getTypes() |
Value |
getValue() |
int |
hashCode() |
boolean |
isAnonymous() |
boolean |
isHidden() |
boolean |
isHiddenOrConstant() |
boolean |
isImplied() |
boolean |
isNullable() |
boolean |
isPredicate() |
boolean |
isResource() |
boolean |
isURI() |
void |
setIndex(int index) |
void |
setTypes(ValueTypes types) |
void |
setValue(Value value) |
String |
toString() |
public ValueTypes getTypes()
public void setTypes(ValueTypes types)
public boolean isAnonymous()
public boolean isHidden()
public boolean isHiddenOrConstant()
public boolean isImplied()
public boolean isResource()
public boolean isURI()
public boolean isNullable()
public int getIndex()
public void setIndex(int index)
public String getName()
public Value getValue()
public void setValue(Value value)
public String getColumn()
public boolean isPredicate()
public String getAlias()
Copyright © 2001-2016 Aduna. All Rights Reserved.