Language
Asturianu (ast)
Catal? (ca)
?e?tina (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Espa?ol (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Fran?ais (fr)
G?idhlig (gd)
Galego (gl)
Italiano (it)
Lietuvi? (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Portugu?s [do Brasil] (pt-BR)
Portugu?s [Europeu] (pt)
Rom?n? (ro)
Sloven?ina (sk)
Sloven??ina (sl)
Suomi (fi)
Svenska (sv)
Yкра?нська (uk)
Ti?ng Vi?t (vi)
T?rk?e (tr)
???? (om)
??????? (hy)
Ελληνικ? (el)
български език (bg)
Русский (ru)
Cрпски [?ирилицом] (sr)
????? (he)
?????? (hi)
????????? (km)
????? (ta)
??????? (th)
?体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
??? (ko)
The 解放する/自由な and Open 生産性 控訴
:: com :: sun :: 星/主役にする :: script ::
deprecated
interface XLibraryAccess
Usage 制限s
deprecated
Description
供給するs 接近 to 付加 scripting code.
This code is 組織するd in modules and these modules 含む/封じ込める
the 機能(する)/行事s. It is possible to get just the code from a 機能(する)/行事,
but you can also get the whole code of a module with all 機能(する)/行事s in it.
Methods' 要約
isFunction
returns true , if the 機能(する)/行事 is accessible through this library;
さもなければ it returns 誤った .
isValidPath
returns true if a fully qualified 機能(する)/行事 指名する begins with this 指名する.
getModuleNames
Return all module 指名するs which 含む/封じ込める code.
e.g., { "UtilLibrary.ModuleDate", "UtilLibrary.生産(高)", ... }
getModuleSource
get the source code of a module.
getModuleCode
Get the 穴を開ける 収集するd code of a module.
getFunctionSource
get the source code of a 機能(する)/行事.
getFunctionCode
Get the 収集するd code of a 機能(する)/行事.
Methods' 詳細(に述べる)s
isFunction
boolean
isFunction (
[in] string
aFunctionName );
Description
returns true , if the 機能(する)/行事 is accessible through this library;
さもなければ it returns 誤った .
Parameter aFunctionName
the fully qualified 指名する of a funtion.
(e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
isValidPath
boolean
isValidPath (
[in] string
aPathName );
Description
returns true if a fully qualified 機能(する)/行事 指名する begins with this 指名する.
Parameter aPathName
a part of a 機能(する)/行事 指名する (e.g., "UtilLibrary").
getModuleNames
sequence< string >
getModuleNames ();
Description
Return all module 指名するs which 含む/封じ込める code.
e.g., { "UtilLibrary.ModuleDate", "UtilLibrary.生産(高)", ... }
getModuleSource
string
getModuleSource (
[in] string
aModulName );
Description
get the source code of a module.
getModuleCode
sequence< byte >
getModuleCode (
[in] string
aModuleName );
Description
Get the 穴を開ける 収集するd code of a module.
Parameter ModuleName
the 十分な qualified 指名する of a module.
(e.g., "UtilLibrary.ModuleDate")
Returns
an empty sequence, if this module is not 設立する or the
code is not 収集するd.
getFunctionSource
string
getFunctionSource (
[in] string
aFunctionName );
Description
get the source code of a 機能(する)/行事.
getFunctionCode
sequence< byte >
getFunctionCode (
[in] string
FunctionName );
Description
Get the 収集するd code of a 機能(する)/行事.
Parameter FunctionName
the 十分な qualified 指名する of a 機能(する)/行事.
(e.g., "UtilLibrary.ModuleDate.機能(する)/行事.CurrentDate")
Returns
an empty sequence, if this 機能(する)/行事 is not 設立する.
最高の,を越す of Page 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.