com.apelon.dts.client.match
Class MatchItemType

java.lang.Object
  extended by com.apelon.dts.client.match.MatchItemType

public class MatchItemType
extends Object

Provides a typesafe enum pattern for the match item type. A match item may be a concept or a synonymous term.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Field Summary
static MatchItemType CONCEPT
           
static MatchItemType PROPERTY
           
static MatchItemType TERM
           
 
Method Summary
 String toString()
          Get string for match item type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONCEPT

public static final MatchItemType CONCEPT

PROPERTY

public static final MatchItemType PROPERTY

TERM

public static final MatchItemType TERM
Method Detail

toString

public String toString()
Get string for match item type

Overrides:
toString in class Object
Returns:
match item type string


Copyright © 2011. All Rights Reserved.