| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Field and Description |
|---|---|
static ValueConstraint.MODE |
ValueConstraint.DEFAULT_MODE
The default
ValueConstraint.MODE is any |
| Modifier and Type | Method and Description |
|---|---|
ValueConstraint.MODE |
ValueConstraint.getMode()
Getter for the
ValueConstraint.MODE of this ValueConstraint |
static ValueConstraint.MODE |
ValueConstraint.MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueConstraint.MODE[] |
ValueConstraint.MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReferenceConstraint(Collection<String> references,
ValueConstraint.MODE mode) |
ValueConstraint(Object value,
Iterable<String> dataTypes,
ValueConstraint.MODE mode) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.