Interface IBookmarkInfo
-
public interface IBookmarkInfo
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTANTS_TYPE
static int
EXPRESSION_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBookmark()
int
getBookmarkType()
java.lang.String
getDisplayName()
java.lang.String
getElementType()
-
-
-
Field Detail
-
CONSTANTS_TYPE
static final int CONSTANTS_TYPE
- See Also:
- Constant Field Values
-
EXPRESSION_TYPE
static final int EXPRESSION_TYPE
- See Also:
- Constant Field Values
-
-