Package net.ontopia.topicmaps.db2tm
Class Prefix
- java.lang.Object
-
- net.ontopia.topicmaps.db2tm.Prefix
-
public class Prefix extends Object
INTERNAL: Represents a prefix declaration.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
id
protected String
locator
protected int
type
static int
TYPE_ITEM_IDENTIFIER
static int
TYPE_SUBJECT_IDENTIFIER
static int
TYPE_SUBJECT_LOCATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
INTERNAL:String
getLocator()
INTERNAL:int
getType()
INTERNAL:
-
-
-
Field Detail
-
TYPE_ITEM_IDENTIFIER
public static final int TYPE_ITEM_IDENTIFIER
- See Also:
- Constant Field Values
-
TYPE_SUBJECT_IDENTIFIER
public static final int TYPE_SUBJECT_IDENTIFIER
- See Also:
- Constant Field Values
-
TYPE_SUBJECT_LOCATOR
public static final int TYPE_SUBJECT_LOCATOR
- See Also:
- Constant Field Values
-
id
protected final String id
-
locator
protected final String locator
-
type
protected final int type
-
-