| Package | Description |
|---|---|
| org.openrdf.sail.rdbms.schema |
| Modifier and Type | Method and Description |
|---|---|
protected ValueType |
IdSequence.valueOf(Literal lit) |
ValueType |
IdSequence.valueOf(Number id) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
protected ValueType |
IdSequence.valueOf(Value value) |
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTypes.add(ValueType code) |
Number |
LongIdSequence.maxId(ValueType type) |
Number |
IntegerIdSequence.maxId(ValueType type) |
abstract Number |
IdSequence.maxId(ValueType type) |
Number |
LongIdSequence.minId(ValueType type) |
Number |
IntegerIdSequence.minId(ValueType type) |
abstract Number |
IdSequence.minId(ValueType type) |
Copyright © 2001-2014 Aduna. All Rights Reserved.