org.apache.stanbol.entityhub.servicesapi.query
Class ReferenceConstraint

java.lang.Object
  extended by org.apache.stanbol.entityhub.servicesapi.query.Constraint
      extended by org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
          extended by org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint

public class ReferenceConstraint
extends ValueConstraint


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.stanbol.entityhub.servicesapi.query.Constraint
Constraint.ConstraintType
 
Constructor Summary
ReferenceConstraint(java.lang.String reference)
           
 
Method Summary
 java.lang.String getReference()
          Getter for the Reference
 
Methods inherited from class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
getDataTypes, getValue, 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

ReferenceConstraint

public ReferenceConstraint(java.lang.String reference)
Method Detail

getReference

public java.lang.String getReference()
Getter for the Reference

Returns:
the reference


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.