org.apache.uima.simpleserver.config.impl
Class ConditionImpl
java.lang.Object
org.apache.uima.simpleserver.config.impl.ConditionImpl
- All Implemented Interfaces:
- Condition
public class ConditionImpl
- extends Object
- implements Condition
Implementation of Condition
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConditionImpl
public ConditionImpl(FilterOp type,
String value)
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.