com.apelon.dts.client.association
Class ItemsConnected

java.lang.Object
  extended by com.apelon.dts.client.association.ItemsConnected

public class ItemsConnected
extends Object

Provides a typesafe enum pattern for the type of items associated or "connected" by an association. An association may associate two concepts, a concept with a synonymous term, or two terms.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Field Summary
static ItemsConnected CONCEPT_WITH_SYNONYMOUS_TERM
           
static ItemsConnected CONCEPTS
           
static ItemsConnected TERMS
           
 
Constructor Summary
ItemsConnected()
           
 
Method Summary
 String toString()
          Get string for items connected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONCEPTS

public static final ItemsConnected CONCEPTS

CONCEPT_WITH_SYNONYMOUS_TERM

public static final ItemsConnected CONCEPT_WITH_SYNONYMOUS_TERM

TERMS

public static final ItemsConnected TERMS
Constructor Detail

ItemsConnected

public ItemsConnected()
Method Detail

toString

public String toString()
Get string for items connected

Overrides:
toString in class Object
Returns:
items connected display string


Copyright © 2011. All Rights Reserved.