org.tm4j.topicmap
Class Types

java.lang.Object
  extended byorg.tm4j.topicmap.Types

public class Types
extends java.lang.Object

Contains numerical symbols used for the purpose of identifying the type of a particular topic map object.

Author:
Kal Ahmed
See Also:
TopicMapObject

Field Summary
static int ASSOCIATION
          Code to be used for an Association.
static int BASENAME
          Code to be used for a BaseName.
static int MEMBER
          Code to be used for a Member.
static int MERGEMAP
          Code to be used for a <mergeMap> directive.
static int NAME
           
static int OCCURRENCE
          Code to be used for an Occurrence.
static int SCOPE
          Code to be used for a Scope.
static int TOPIC
          Code to be used for a Topic.
static int TOPICMAP
          Code to be used for a TopicMap.
static int TOPICNAME
           
static int VARIANT
          Code to be used for a Variant.
static int VARIANTNAME
          Code to be used for a VariantName.
 
Constructor Summary
Types()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPICMAP

public static final int TOPICMAP
Code to be used for a TopicMap.

See Also:
Constant Field Values

TOPIC

public static final int TOPIC
Code to be used for a Topic.

See Also:
Constant Field Values

SCOPE

public static final int SCOPE
Code to be used for a Scope. Now obsolete.

See Also:
Constant Field Values

BASENAME

public static final int BASENAME
Code to be used for a BaseName.

See Also:
Constant Field Values

VARIANT

public static final int VARIANT
Code to be used for a Variant.

See Also:
Constant Field Values

VARIANTNAME

public static final int VARIANTNAME
Code to be used for a VariantName.

See Also:
Constant Field Values

OCCURRENCE

public static final int OCCURRENCE
Code to be used for an Occurrence.

See Also:
Constant Field Values

ASSOCIATION

public static final int ASSOCIATION
Code to be used for an Association.

See Also:
Constant Field Values

MEMBER

public static final int MEMBER
Code to be used for a Member.

See Also:
Constant Field Values

MERGEMAP

public static final int MERGEMAP
Code to be used for a <mergeMap> directive.

See Also:
Constant Field Values

TOPICNAME

public static final int TOPICNAME
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values
Constructor Detail

Types

public Types()