このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XRegistryKey
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: registry ::

interface XRegistryKey
Description
makes 構造上の (警察などへの)密告,告訴(状) (except regarding tree structures) of a 選び出す/独身 registry 重要な accessible.

This is the main interface for registry 重要なs.

See also
XSimpleRegistry

Methods' 要約
isReadOnly checks if the 重要な can be overwritten.  
isValid checks if the 重要な points to an open valid 重要な in the data-source.  
getKeyType  
getValueType  
getLongValue  
setLongValue 始める,決めるs a long value to the 重要な.  
getLongListValue  
setLongListValue 始める,決めるs a long 名簿(に載せる)/表(にあげる) value to the 重要な.  
getAsciiValue  
setAsciiValue 始める,決めるs an ASCII string value to the 重要な.  
getAsciiListValue  
setAsciiListValue 始める,決めるs an ASCII string 名簿(に載せる)/表(にあげる) value to the 重要な.  
getStringValue  
setStringValue 始める,決めるs a unicode string value to the 重要な.  
getStringListValue  
setStringListValue 始める,決めるs a unicode string value to the 重要な.  
getBinaryValue  
setBinaryValue 始める,決めるs a binary value to the 重要な.  
openKey opens a sub 重要な of the 重要な.  
createKey creates a new 重要な in the registry. 
closeKey の近くにs a 重要な in the registry.  
deleteKey 削除するs a 重要な from the registry.  
openKeys opens all subkeys of the 重要な. If a subkey is a link, the link will be 解決するd and the appropriate 重要な will be opened.  
getKeyNames  
createLink creates a new link in the registry.  
deleteLink 削除するs a link from the registry.  
getLinkTarget  
getResolvedName  
せいにするs' 要約
KeyName This is the 重要な of the 入ること/参加(者) 親族 to its parent. 
Methods' 詳細(に述べる)s
isReadOnly
boolean
isReadOnly()
raises( InvalidRegistryException );

Description
checks if the 重要な can be overwritten.
Throws
InvalidRegistryException if the registry is not open.
isValid
boolean
isValid();

Description
checks if the 重要な points to an open valid 重要な in the data-source.
getKeyType
RegistryKeyType
getKeyType( [in] string  rKeyName )
raises( InvalidRegistryException );

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
RegistryValueType
getValueType()
raises( InvalidRegistryException );

Returns
the type of the 重要な value or NOT_DEFINED if the 重要な has no value.
Throws
InvalidRegistryException if the registry is not open.
getLongValue
long
getLongValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setLongValue( [in] long  value )
raises( InvalidRegistryException );

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
sequence< long >
getLongListValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setLongListValue( [in] sequence< long >  seqValue )
raises( InvalidRegistryException );

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
string
getAsciiValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setAsciiValue( [in] string  value )
raises( InvalidRegistryException );

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
sequence< string >
getAsciiListValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setAsciiListValue( [in] sequence< string >  seqValue )
raises( InvalidRegistryException );

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
string
getStringValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setStringValue( [in] string  value )
raises( InvalidRegistryException );

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
sequence< string >
getStringListValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setStringListValue( [in] sequence< string >  seqValue )
raises( InvalidRegistryException );

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
sequence< byte >
getBinaryValue()
raises( InvalidRegistryException,
InvalidValueException );

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
無効の
setBinaryValue( [in] sequence< byte >  value )
raises( InvalidRegistryException );

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
XRegistryKey
openKey( [in] string  aKeyName )
raises( InvalidRegistryException );

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
XRegistryKey
createKey( [in] string  aKeyName )
raises( InvalidRegistryException );

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
無効の
closeKey()
raises( InvalidRegistryException );

Description
の近くにs a 重要な in the registry.
Throws
InvalidRegistryException if the registry is not open.
deleteKey
無効の
deleteKey( [in] string  rKeyName )
raises( InvalidRegistryException );

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
sequence< XRegistryKey >
openKeys()
raises( InvalidRegistryException );

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
sequence< string >
getKeyNames()
raises( InvalidRegistryException );

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
boolean
createLink( [in] string  aLinkName,
[in] string  aLinkTarget )
raises( InvalidRegistryException );

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
無効の
deleteLink( [in] string  rLinkName )
raises( InvalidRegistryException );

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
string
getLinkTarget( [in] string  rLinkName )
raises( InvalidRegistryException );

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
string
getResolvedName( [in] string  aKeyName )
raises( InvalidRegistryException );

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.
せいにするs' 詳細(に述べる)s
KeyName
[ readonly ] string KeyName;
Description
This is the 重要な of the 入ること/参加(者) 親族 to its parent.

The 接近 path starts with the root "/" and all parent 入ること/参加(者) 指名するs are delimited with 削除するs "/" too, like in a UNIX (R) とじ込み/提出する system. 削除するs which are part of 選び出す/独身 指名するs are 代表するd as hexadecimals に先行するd with a "%" like in URL syntax.

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.