com.apelon.dts.client.namespace
Class NamespaceType
java.lang.Object
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.
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
toString
public String toString()
- Get string for namespace type
- Overrides:
toString
in class Object
- Returns:
- namespace type string
Copyright © 2011. All Rights Reserved.