Methods' 詳細(に述べる)s |
isReadOnly
- Description
- checks if the 重要な can be overwritten.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
isValid
- Description
- checks if the 重要な points to an open valid 重要な in the data-source.
|
|
getKeyType
- Returns
- the type of the 明示するd 重要な.
- Parameter rKeyName
- 明示するs the 親族 path from the 現在の 重要な to
the 重要な of the type which will be returned.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getValueType
- Returns
- the type of the 重要な value or NOT_DEFINED if the 重要な has no value.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getLongValue
- Returns
- a long value if the 重要な 含む/封じ込めるs one.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the value is not of type long.
|
|
setLongValue
- Description
- 始める,決めるs a long value to the 重要な.
If the 重要な already has a value, the value will be
overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getLongListValue
- Returns
- a sequence of longs if the 重要な 含む/封じ込めるs a long 名簿(に載せる)/表(にあげる) value.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type long 名簿(に載せる)/表(にあげる).
|
|
setLongListValue
- Description
- 始める,決めるs a long 名簿(に載せる)/表(にあげる) value to the 重要な.
If the 重要な already has a value, the value will be
overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getAsciiValue
- Returns
- an ascii string value if the 重要な 含む/封じ込めるs one.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type ascii.
|
|
setAsciiValue
- Description
- 始める,決めるs an ASCII string value to the 重要な.
The high byte of the string should be NULL. If not, there
is no 保証(人) that the string will be 正確に 輸送(する)d.
If the 重要な already has a value, the value will be overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getAsciiListValue
- Returns
- a sequence of ascii strings if the 重要な 含む/封じ込めるs an asci 名簿(に載せる)/表(にあげる) value.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type ascii 名簿(に載せる)/表(にあげる).
|
|
setAsciiListValue
- Description
- 始める,決めるs an ASCII string 名簿(に載せる)/表(にあげる) value to the 重要な.
The high byte of the string should be NULL. If not, there
is no 保証(人) that the string will be 正確に 輸送(する)d.
If the 重要な already has a value, the value will be overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getStringValue
- Returns
- a unicode string value if the 重要な 含む/封じ込めるs one.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type string.
|
|
setStringValue
- Description
- 始める,決めるs a unicode string value to the 重要な.
If the 重要な already has a value, the value will be
overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getStringListValue
- Returns
- a sequence of unicode strings if the 重要な 含む/封じ込めるs an unicode string 名簿(に載せる)/表(にあげる) value.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type string 名簿(に載せる)/表(にあげる).
|
|
setStringListValue
- Description
- 始める,決めるs a unicode string value to the 重要な.
If the 重要な already has a value, the value will be overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getBinaryValue
- Returns
- a binary value if the 重要な 含む/封じ込めるs one.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- InvalidValueException
if the actual value is not of type binary.
|
|
setBinaryValue
- Description
- 始める,決めるs a binary value to the 重要な.
If the 重要な already has a value, the value will be
overridden.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
openKey
- Description
- opens a sub 重要な of the 重要な.
If the sub 重要な does not 存在する, the 機能(する)/行事 returns a
NULL-interface.
- Parameter aKeyName
- the 親族 path from the 現在の 重要な to the 重要な
which will be created.
- Returns
- a NULL interface if the 重要な does not 存在する.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
createKey
- Description
- creates a new 重要な in the registry.
If the 重要な already 存在するs, the 機能(する)/行事 will open the 重要な.
- Parameter aKeyName
- 明示するs the 親族 path from the 現在の 重要な to
the 重要な which will be created.
- Returns
- a NULL interface if the 重要な could not be created.
- Throws
- InvalidRegistryException
if the registry is not open, the registry is readonly
or if the 重要な 存在するs and is of type LINK.
|
|
closeKey
- Description
- の近くにs a 重要な in the registry.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
deleteKey
- Description
- 削除するs a 重要な from the registry.
- Parameter aKeyName
- 明示するs the 親族 path from the 現在の 重要な to
the 重要な which will be 削除するd.
- Throws
- InvalidRegistryException
if the registry is not open, the registry is readonly,
the 重要な does not 存在するs or if the 重要な is of type LINK.
|
|
openKeys
- Description
- opens all subkeys of the 重要な. If a subkey is a link, the link will be
解決するd and the appropriate 重要な will be opened.
- Returns
- an empty sequence if the 重要な has no subkeys.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getKeyNames
- Returns
- a sequence with the 指名するs of all subkeys of the 重要な.
If the 重要な has no subkeys, the 機能(する)/行事 returns an empty sequence. If a subkey is
a link, the 指名する of the link will be returned.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
createLink
- Description
- creates a new link in the registry.
- Returns
- true if the link was created. If the link already
存在するs or the link 的 does not 存在する, the
機能(する)/行事 returns 誤った.
- Parameter aLinkName
- 明示するs the 親族 path from the 現在の 重要な to
the link which will be created.
- Parameter aLinkTarget
- 明示するs the 十分な path of the 重要な which will be
言及/関連d by the link.
- Throws
- InvalidRegistryException
if the registry is not open or the registry is
readonly.
|
|
deleteLink
- Description
- 削除するs a link from the registry.
- Parameter aLinkName
- 明示するs the 親族 path from the 現在の 重要な to
the link which will be 削除するd.
- Throws
- InvalidRegistryException
if the registry is not open, the registry is readonly,
or if the link does not 存在する.
|
|
getLinkTarget
- Returns
- the 的 (完全にする path of a 重要な) of the link 明示するd by rLinkName.
- Parameter rLinKName
- 明示するs the 親族 path from the 現在の 重要な to
the link which 的 will be returned.
- Throws
- InvalidRegistryException
if the registry is not open or the link does not 存在するs.
|
|
getResolvedName
- Returns
- the 解決するd 指名する of a 重要な. The 機能(する)/行事 解決する the 完全にする 指名する of the 重要な.
If a link could not be 解決するd, the linktarget concatenated with the 未解決の 残り/休憩(する)
of the 指名する, will be returned.
- Parameter rKeyName
- 明示するs a 親族 path from the 現在の 重要な which will be 解決するd from all links.
- Throws
- InvalidRegistryException
if the registry is not open or a recursion was (悪事,秘密などを)発見するd.
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.