de.fu_berlin.ties.context
Class FeatureType

java.lang.Object
  extended byde.fu_berlin.ties.context.FeatureType

public final class FeatureType
extends Object

Type-safe enumeration of the types of features used by the default representation.

Version:
$Revision: 1.1 $, $Date: 2004/02/02 18:35:58 $, $Author: siefkes $
Author:
Christian Siefkes

Field Summary
static FeatureType ATTRIBUTE
          Constant for features representing attribute values.
static FeatureType CALCULATED
          Constant for features representing calculated values.
static FeatureType ELEMENT
          Constant for features representing an element itself (marker is empty just as for text).
static FeatureType MARKER
          Constant for features marking a special position or situation.
static FeatureType TEXT
          Constant for features representing textual content (marker is empty just as for elements).
 
Method Summary
 String getMark()
          Returns the mark used to introduce features of this type.
 String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE

public static final FeatureType ATTRIBUTE
Constant for features representing attribute values.


CALCULATED

public static final FeatureType CALCULATED
Constant for features representing calculated values.


ELEMENT

public static final FeatureType ELEMENT
Constant for features representing an element itself (marker is empty just as for text).


MARKER

public static final FeatureType MARKER
Constant for features marking a special position or situation.


TEXT

public static final FeatureType TEXT
Constant for features representing textual content (marker is empty just as for elements).

Method Detail

getMark

public String getMark()
Returns the mark used to introduce features of this type.

Returns:
the mark

toString

public String toString()
Returns a string representation of this object.

Returns:
a textual representation


Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.