org.apache.ctakes.dictionary.lookup.strtable
Class FieldConstraintImpl

java.lang.Object
  extended by org.apache.ctakes.dictionary.lookup.strtable.FieldConstraintImpl
All Implemented Interfaces:
FieldConstraint

public class FieldConstraintImpl
extends Object
implements FieldConstraint

Author:
Mayo Clinic

Field Summary
static int EQ_OP
           
static int GT_OP
           
static int GTEQ_OP
           
static int LT_OP
           
static int LTEQ_OP
           
 
Constructor Summary
FieldConstraintImpl(String fieldName, int op, String fieldValue, Class fieldValueClass)
           
 
Method Summary
 boolean isConstrained(String fieldName, String fieldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQ_OP

public static final int EQ_OP
See Also:
Constant Field Values

LT_OP

public static final int LT_OP
See Also:
Constant Field Values

LTEQ_OP

public static final int LTEQ_OP
See Also:
Constant Field Values

GT_OP

public static final int GT_OP
See Also:
Constant Field Values

GTEQ_OP

public static final int GTEQ_OP
See Also:
Constant Field Values
Constructor Detail

FieldConstraintImpl

public FieldConstraintImpl(String fieldName,
                           int op,
                           String fieldValue,
                           Class fieldValueClass)
Method Detail

isConstrained

public boolean isConstrained(String fieldName,
                             String fieldValue)
Specified by:
isConstrained in interface FieldConstraint


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