public interface INameNode extends IData
Modifier and Type | Method and Description |
---|---|
int |
getNameKey()
Gets key of qualified name.
|
int |
getURIKey()
Gets key of the URI.
|
void |
setNameKey(int pNameKey)
Setting the name key.
|
void |
setURIKey(int pUriKey)
Setting the uri key.
|
getDataKey, getFunnel, serialize
int getNameKey()
int getURIKey()
void setNameKey(int pNameKey)
pNameKey
- the namekey to be set.void setURIKey(int pUriKey)
pUriKey
- the urikey to be set.Copyright © 2013. All Rights Reserved.