com.apelon.dts.common.subset.expression
Class ConceptNameFilter

java.lang.Object
  extended by com.apelon.dts.common.subset.expression.AttributeFilter
      extended by com.apelon.dts.common.subset.expression.ConceptNameFilter
All Implemented Interfaces:
Cloneable

public class ConceptNameFilter
extends AttributeFilter

Filter based on search on concept name or synonyms.

The search type is set as attribute in this filter.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.

Field Summary
static String ATTRIBUTE_CONCEPT_NAME
          Concept Name search type
static String ATTRIBUTE_CONCEPT_NAME_OR_SYNONYM
          Concept Name or Synonym search type
 
Fields inherited from class com.apelon.dts.common.subset.expression.AttributeFilter
attribute, modifier, MODIFIER_HAVING, namespaceId, operator, OPERATOR_MATCHING, OPERATOR_NONE, toNamespaceId, value
 
Constructor Summary
ConceptNameFilter()
           
 
Method Summary
static String[] getAllowedAttributes()
          Retruns valid attribute values for this filter.
static String[] getAllowedOperators()
          Retruns valid opeartor values for this filter.
 boolean isValueValid()
          Returns true if AttributeFilter.value is not null.
 
Methods inherited from class com.apelon.dts.common.subset.expression.AttributeFilter
clone, equals, getAttribute, getModifier, getNamespaceId, getOperator, getToNamespaceId, getValue, hashCode, setAttribute, setModifier, setNamespaceId, setOperator, setToNamespaceId, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_CONCEPT_NAME_OR_SYNONYM

public static final String ATTRIBUTE_CONCEPT_NAME_OR_SYNONYM
Concept Name or Synonym search type

See Also:
Constant Field Values

ATTRIBUTE_CONCEPT_NAME

public static final String ATTRIBUTE_CONCEPT_NAME
Concept Name search type

See Also:
Constant Field Values
Constructor Detail

ConceptNameFilter

public ConceptNameFilter()
Method Detail

getAllowedAttributes

public static String[] getAllowedAttributes()
Retruns valid attribute values for this filter.

Returns:
Strings Valid attributes

getAllowedOperators

public static String[] getAllowedOperators()
Retruns valid opeartor values for this filter.

Returns:
Strings Valid operators

isValueValid

public boolean isValueValid()
Returns true if AttributeFilter.value is not null.

Specified by:
isValueValid in class AttributeFilter
Returns:
true if value is valid, false othewise


Copyright © 2011. All Rights Reserved.