|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.stanbol.entityhub.servicesapi.query.Constraint
org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint
public class ReferenceConstraint
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint |
|---|
ValueConstraint.MODE |
| Nested classes/interfaces inherited from class org.apache.stanbol.entityhub.servicesapi.query.Constraint |
|---|
Constraint.ConstraintType |
| Field Summary |
|---|
| Fields inherited from class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint |
|---|
DEFAULT_MODE |
| Constructor Summary | |
|---|---|
ReferenceConstraint(Collection<String> references)
|
|
ReferenceConstraint(Collection<String> references,
ValueConstraint.MODE mode)
|
|
ReferenceConstraint(String reference)
|
|
| Method Summary | |
|---|---|
Set<String> |
getReferences()
Getter for the Reference |
| Methods inherited from class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint |
|---|
getDataTypes, getMode, getValues, toString |
| Methods inherited from class org.apache.stanbol.entityhub.servicesapi.query.Constraint |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceConstraint(String reference)
public ReferenceConstraint(Collection<String> references)
public ReferenceConstraint(Collection<String> references,
ValueConstraint.MODE mode)
| Method Detail |
|---|
public Set<String> getReferences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||