com.apelon.dts.client.namespace
Class NamespaceType

java.lang.Object
  extended by com.apelon.dts.client.namespace.NamespaceType

public class NamespaceType
extends Object

Provides a typesafe enum pattern for the namespace type. A namespace may contain Ontylog concepts, Thesaurus concepts, or just mapping associations between concepts in other namespaces. DTS 3.3 introduces an Ontylog Extension namespace type to support local DL classification.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
DTS 3.0.0
Version:
DTS 3.3.0
Author:
Apelon, Inc.

Field Summary
static NamespaceType CONNECTION
           
static NamespaceType ONTYLOG
           
static NamespaceType ONTYLOG_EXTENSION
           
static NamespaceType THESAURUS
           
 
Method Summary
 String toString()
          Get string for namespace type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONTYLOG

public static final NamespaceType ONTYLOG

THESAURUS

public static final NamespaceType THESAURUS

CONNECTION

public static final NamespaceType CONNECTION

ONTYLOG_EXTENSION

public static final NamespaceType ONTYLOG_EXTENSION
Since:
DTS 3.3.0
Method Detail

toString

public String toString()
Get string for namespace type

Overrides:
toString in class Object
Returns:
namespace type string


Copyright © 2011. All Rights Reserved.