|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.context.FeatureType
Type-safe enumeration of the types of features used by the default representation.
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 |
public static final FeatureType ATTRIBUTE
public static final FeatureType CALCULATED
public static final FeatureType ELEMENT
public static final FeatureType MARKER
public static final FeatureType TEXT
Method Detail |
public String getMark()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |