org.carrot2.util.attribute.constraint
Class ValueHintEnumConstraint

java.lang.Object
  extended by org.carrot2.util.attribute.constraint.Constraint
      extended by org.carrot2.util.attribute.constraint.ValueHintEnumConstraint

public class ValueHintEnumConstraint
extends Constraint


Field Summary
 
Fields inherited from class org.carrot2.util.attribute.constraint.Constraint
annotation
 
Method Summary
protected  boolean isMet(Object value)
          Checks if the provided value meets this constraint.
 String toString()
           
 
Methods inherited from class org.carrot2.util.attribute.constraint.Constraint
checkAssignableFrom, populate, populateCustom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isMet

protected boolean isMet(Object value)
Description copied from class: Constraint
Checks if the provided value meets this constraint.

Specified by:
isMet in class Constraint

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) Dawid Weiss, Stanislaw Osinski