org.apache.uima.simpleserver.config.impl
Class ConditionImpl

java.lang.Object
  extended by org.apache.uima.simpleserver.config.impl.ConditionImpl
All Implemented Interfaces:
Condition

public class ConditionImpl
extends Object
implements Condition

Implementation of Condition interface.


Constructor Summary
ConditionImpl(FilterOp type, String value)
           
 
Method Summary
 FilterOp getConditionType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionImpl

public ConditionImpl(FilterOp type,
                     String value)
Method Detail

getConditionType

public FilterOp getConditionType()
Specified by:
getConditionType in interface Condition

getValue

public String getValue()
Specified by:
getValue in interface Condition


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.