| Methods' 要約 |
| isReadOnly |
Returns the 資源's read only 明言する/公表する
|
| setCurrentLocale |
始める,決めるs the 地元の to be used
|
| setDefaultLocale |
始める,決めるs the default 地元の to be used
|
| setString |
Associates a String to a 資源 ID for the 現在の 地元の.
If an 入ること/参加(者) for the 資源 ID already 存在するs, the string
associated with it will be overwritten, さもなければ a new
入ること/参加(者) will be created.
|
| setStringForLocale |
Associates a String to a 資源 ID for a 明確な/細部 地元の.
If an 入ること/参加(者) for the 資源 ID already 存在するs, the string
associated with it will be overwritten, さもなければ a new
入ること/参加(者) will be created.
It's not recommended to use this method to get the best
業績/成果 as the 実施 may be optimized for
the use of the 現在の 地元の.
|
| removeId |
除去するs a 資源 ID 含むing the corresponding string for
the 現在の 地元の.
|
| removeIdForLocale |
除去するs a 資源 ID 含むing the corresponding string for
s 明確な/細部 地元の.
|
| newLocale |
Creates a new 地元の.
|
| removeLocale |
除去するs a 地元の 完全に 含むing the corresponding
strings for each 地元の.
|
| getUniqueNumericId |
供給するs a numeric id that is unique within all 資源 IDs
used in the string (米)棚上げする/(英)提議する.
This method takes into account all 資源 IDs starting with
a decimal number and only 評価するs the ID until the first 非,不,無
digit character is reached. This 許すs to 延長する unique IDs
with individual identifiers without breaking the 機械装置 of
this method.
Examples:
ID "42" -> numeric id 42
ID "0foo" -> numeric id 0
ID "111.MyId.Something.Else" -> numeric id 111
ID "No Digits" -> not considered for numeric id
The id returned will be 0 for an empty string (米)棚上げする/(英)提議する and it will
be reset to 0 if all 地元のs are 除去するd. In all other 事例/患者s
this method returns the 最大限 numeric id used so far at the
beginning of a 資源 ID incremented by 1. When calling this
method more than once always the same number will be returned
until this number is really used at the beginning of a new
資源 ID passed to setString or
setStringForLocale.
As the numeric id is 保証(人)d to be unique for the 完全にする
string (米)棚上げする/(英)提議する all 地元のs are taken into account. So using this
methods will 軍隊 the 実施 to 負担 all 地元の data
that may not have been 負担d so far.
|
| Methods' 詳細(に述べる)s |
isReadOnly
- Description
- Returns the 資源's read only 明言する/公表する
- Returns
- true if the 資源 is read only, さもなければ 誤った
|
|
setCurrentLocale
- Description
- 始める,決めるs the 地元の to be used
- Parameter aLocale
- 明示するs the 現在の 地元の to be used.
- Parameter FindClosestMatch
If true: If the exact 地元の that should be 始める,決める is not 利用できる
the method tries to find the closest match. E.g. if en_US is re-
quired but not 利用できる, en would be the next choice. Finally
the default 地元の will be used true.
If 誤った: If the exact 地元の that should be 始める,決める is not 利用できる
a ::com::sun::星/主役にする::lang::IllegalArgumentException
is thrown.
If 誤った: If the exact 地元の that should be 始める,決める is not 利用できる
a ::com::sun::星/主役にする::lang::IllegalArgumentException
is thrown.
|
|
| setDefaultLocale
|
setString
| 無効の |
| setString( |
[in] string |
ResourceID, |
| [in] string |
Str ) |
| raises( |
::com::sun::星/主役にする::lang::NoSupportException ); |
- Description
- Associates a String to a 資源 ID for the 現在の 地元の.
If an 入ること/参加(者) for the 資源 ID already 存在するs, the string
associated with it will be overwritten, さもなければ a new
入ること/参加(者) will be created.
- Parameter ResourceID
- ID to 演説(する)/住所 the string inside the 資源 for the 現在の 地元の.
- Parameter Str
- String to be associated with the 資源 ID.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the 資源 is read only, see isReadOnly
|
|
setStringForLocale
| 無効の |
| setStringForLocale( |
[in] string |
ResourceID, |
| [in] string |
Str, |
| [in] ::com::sun::星/主役にする::lang::地元の |
地元の ) |
| raises( |
::com::sun::星/主役にする::lang::NoSupportException ); |
- Description
- Associates a String to a 資源 ID for a 明確な/細部 地元の.
If an 入ること/参加(者) for the 資源 ID already 存在するs, the string
associated with it will be overwritten, さもなければ a new
入ること/参加(者) will be created.
It's not recommended to use this method to get the best
業績/成果 as the 実施 may be optimized for
the use of the 現在の 地元の.
- Parameter ResourceID
- ID to 演説(する)/住所 the string inside the 資源.
- Parameter Str
- String to be associated with the 資源 ID.
- Parameter 地元の
- The 地元の the string should be 始める,決める for.
The 地元の has to match 正確に/まさに with one of the 地元のs 供給するd by
getLocales. A closest match search is not supported.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the 資源 is read only, see isReadOnly
|
|
removeId
- Description
- 除去するs a 資源 ID 含むing the corresponding string for
the 現在の 地元の.
- Parameter ResourceID
- The 資源 ID to be 除去するd for the 現在の 地元の.
- Throws
- MissingResourceException
if the 資源 ID is not valid.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the 資源 is read only, see isReadOnly
|
|
removeIdForLocale
- Description
- 除去するs a 資源 ID 含むing the corresponding string for
s 明確な/細部 地元の.
- Parameter ResourceID
- The 資源 ID to be 除去するd.
- Parameter 地元の
- The 地元の the 資源 ID should be 除去するd for.
The 地元の has to match 正確に/まさに with one of the 地元のs 供給するd by
getLocales. A closest match search is not supported.
- Throws
- MissingResourceException
if the 資源 ID is not valid.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the 資源 is read only, see isReadOnly
|
|
newLocale
- Description
- Creates a new 地元の.
For each 存在するing ResourceID an empty string
will be created. The first 地元の created will
automatically be the first default 地元の.
さもなければ strings for all already created IDs
will be copied from the default 地元の.
- Throws
- ::com::sun::星/主役にする::コンテナ::ElementExistException
if the 地元の already has been created.
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
if the 地元の is not valid.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the 資源 is read only, see isReadOnly
|
|
| removeLocale
|
getUniqueNumericId
- Description
- 供給するs a numeric id that is unique within all 資源 IDs
used in the string (米)棚上げする/(英)提議する.
This method takes into account all 資源 IDs starting with
a decimal number and only 評価するs the ID until the first 非,不,無
digit character is reached. This 許すs to 延長する unique IDs
with individual identifiers without breaking the 機械装置 of
this method.
Examples:
ID "42" -> numeric id 42
ID "0foo" -> numeric id 0
ID "111.MyId.Something.Else" -> numeric id 111
ID "No Digits" -> not considered for numeric id
The id returned will be 0 for an empty string (米)棚上げする/(英)提議する and it will
be reset to 0 if all 地元のs are 除去するd. In all other 事例/患者s
this method returns the 最大限 numeric id used so far at the
beginning of a 資源 ID incremented by 1. When calling this
method more than once always the same number will be returned
until this number is really used at the beginning of a new
資源 ID passed to setString or
setStringForLocale.
As the numeric id is 保証(人)d to be unique for the 完全にする
string (米)棚上げする/(英)提議する all 地元のs are taken into account. So using this
methods will 軍隊 the 実施 to 負担 all 地元の data
that may not have been 負担d so far.
- Throws
- ::com::sun::星/主役にする::lang::NoSupportException
if the next 利用できる id 越えるs the 範囲 of type long.
So it's not recommended to use own 資源 IDs starting
with a decimal number 近づく to the 最大限 long value if
this methods should be used.
|
|
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.