java.lang.Object | |
↳ | com.microstrategy.utils.proxy.Key |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Key()
Default constructor
| |||||||||||
Key(int key, String path)
Constructor with the index key and the path
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Key(Key parentKey, int key, String subPath)
Constructor used by the class Regor and the open key method, to open a child key
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_isValidKey()
Method looks up the key and determine if it is an valid key (not -1) or not
| ||||||||||
int | getKey() | ||||||||||
String | getPath() | ||||||||||
void | setKey(int key) | ||||||||||
void | setPath(String path) | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor
Constructor with the index key and the path
key | int |
---|---|
path | String |
Constructor used by the class Regor and the open key method, to open a child key
parentKey | Key to get the parent path and append the new subpath |
---|---|
key | int the key handle |
subPath | String subpath which will be append to the parent path |
Method looks up the key and determine if it is an valid key (not -1) or not