Package net.ontopia.topicmaps.classify
Class Token
- java.lang.Object
-
- net.ontopia.topicmaps.classify.Token
-
-
Field Summary
Fields Modifier and Type Field Description protected int
type
static int
TYPE_DELIMITER
static int
TYPE_VARIANT
protected String
value
-
-
-
Field Detail
-
TYPE_VARIANT
public static final int TYPE_VARIANT
- See Also:
- Constant Field Values
-
TYPE_DELIMITER
public static final int TYPE_DELIMITER
- See Also:
- Constant Field Values
-
value
protected String value
-
type
protected int type
-
-