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

翻訳前ページへ


Interface XIntrospectionAccess
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XIntrospectionAccess
Description
代表するs the result of an introspection 操作/手術 done by the 検査/視察する method of XIntrospection.

This interface gives (警察などへの)密告,告訴(状) about an 反対する's 所有物/資産/財産s and methods as (悪事,秘密などを)発見するd in the introspection 過程. It's not possible to 接近 所有物/資産/財産s or call methods 直接/まっすぐに using this interface but it 供給するs 接近 to other interfaces to do so. See XIntrospectionAccess::queryAdapter()

The XExactName interface has to be supported ーするために 器具/実施する 不確かの 指名する 接近 for all 反対するs which 器具/実施する the ::com::sun::星/主役にする::コンテナ::XNameAccess interface or XPropertySet.

The XMaterialHolder interface has to be supported to give 接近 to the 検査/視察するd 反対する.

See also
XPropertySet, XExactName

Methods' 要約
getSuppliedMethodConcepts returns (警察などへの)密告,告訴(状) about which method 概念s 述べるd in the MethodConcept constants group are supported by this XIntrospectionAccess 実施.  
getSuppliedPropertyConcepts returns (警察などへの)密告,告訴(状) about which 所有物/資産/財産 概念s 述べるd in the PropertyConcept constants group are supported by this XIntrospectionAccess 実施.  
getProperty returns (警察などへの)密告,告訴(状) about a 所有物/資産/財産 if a 所有物/資産/財産 with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd PropertyConcepts. The (警察などへの)密告,告訴(状) is 供給するd as 所有物/資産/財産 struct.  
hasProperty 許すs to ask if a 所有物/資産/財産 with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd PropertyConcepts.  
getProperties returns a sequence of 所有物/資産/財産s of the introspected 反対する  
getMethod returns (警察などへの)密告,告訴(状) about a method if a method with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd MethodConcepts. The (警察などへの)密告,告訴(状) is 供給するd as ::com::sun::星/主役にする::reflection::XIdlMethod.  
hasMethod 許すs to ask if a method with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd MethodConcepts.  
getMethods returns a sequence of methods of the introspected 反対する.  
getSupportedListeners returns the listener types supported by the introspected 反対する.  
queryAdapter creates an adapter that 器具/実施するs an interface with the 明示するd type.  
Methods' 詳細(に述べる)s
getSuppliedMethodConcepts
long
getSuppliedMethodConcepts();

Description
returns (警察などへの)密告,告訴(状) about which method 概念s 述べるd in the MethodConcept constants group are supported by this XIntrospectionAccess 実施.

The 最小限 supported 概念s should be:

  • MethodConcept::PROPERTY,
  • MethodConcept::LISTENER,
  • MethodConcept::ENUMERATION,
  • MethodConcept::NAMECONTAINER
  • MethodConcept::INDEXCONTAINER;
Returns
無 or more constants of the MethodConcept constants group 連合させるd by an arithmetical or-操作/手術.
getSuppliedPropertyConcepts
long
getSuppliedPropertyConcepts();

Description
returns (警察などへの)密告,告訴(状) about which 所有物/資産/財産 概念s 述べるd in the PropertyConcept constants group are supported by this XIntrospectionAccess 実施.

The 最小限 supported 概念s should be:

  • PropertyConcept::PROPERTYSET,
  • PropertyConcept::ATTRIBUTES and
  • PropertyConcept::METHODS.
Returns
無 or more constants of the PropertyConcept constants group.連合させるd by an arithmetical or-操作/手術.
getProperty
所有物/資産/財産
getProperty( [in] string  aName,
[in] long  nPropertyConcepts )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException );

Description
returns (警察などへの)密告,告訴(状) about a 所有物/資産/財産 if a 所有物/資産/財産 with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd PropertyConcepts. The (警察などへの)密告,告訴(状) is 供給するd as 所有物/資産/財産 struct.
Returns
A 所有物/資産/財産 struct 供給するing (警察などへの)密告,告訴(状) about the 需要・要求するd 所有物/資産/財産, if a corresponding 所有物/資産/財産 存在するs.
Parameter aName
the 指名する of the 所有物/資産/財産.
Parameter nPropertyConcepts
無 or more constants of the PropertyConcept constants group 連合させるd by an arithmetical or-操作/手術.
Throws
NoSuchElementException when a 所有物/資産/財産 with the 需要・要求するd 指名する doesn't 存在する or if it (許可,名誉などを)与えるs to a wrong PropertyConcept.
hasProperty
boolean
hasProperty( [in] string  aName,
[in] long  nPropertyConcepts );

Description
許すs to ask if a 所有物/資産/財産 with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd PropertyConcepts.
Returns
true if the 所有物/資産/財産 存在するs and (許可,名誉などを)与えるs to one of the 需要・要求するd PropertyConcepts, さもなければ 誤った is returned.
Parameter aName
the 指名する of the 所有物/資産/財産.
Parameter nPropertyConcepts
無 or more constants of the PropertyConcept constants group 連合させるd by an arithmetical or-操作/手術.
getProperties
sequence< 所有物/資産/財産 >
getProperties( [in] long  nPropertyConcepts );

Description
returns a sequence of 所有物/資産/財産s of the introspected 反対する
Returns
all 所有物/資産/財産s of the introspected 反対する which (許可,名誉などを)与える to the 需要・要求するd PropertyConcepts.
Parameter nPropertyConcepts
無 or more constants of the PropertyConcept constants group 連合させるd by an arithmetical or-操作/手術.
getMethod
::com::sun::星/主役にする::reflection::XIdlMethod
getMethod( [in] string  aName,
[in] long  nMethodConcepts )
raises( ::com::sun::星/主役にする::lang::NoSuchMethodException );

Description
returns (警察などへの)密告,告訴(状) about a method if a method with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd MethodConcepts. The (警察などへの)密告,告訴(状) is 供給するd as ::com::sun::星/主役にする::reflection::XIdlMethod.
Returns
A ::com::sun::星/主役にする::reflection::XIdlMethod 供給するing (警察などへの)密告,告訴(状) about and 接近 to the 需要・要求するd method if a corresponding method 存在するs.
Parameter aName
the 指名する of the method.
Parameter nMethodConcepts
無 or more constants of the MethodConcept constants group 連合させるd by an arithmetical or-操作/手術.
Throws
NoSuchElementException when a method with the 需要・要求するd 指名する doesn't 存在する or if it (許可,名誉などを)与えるs to a wrong MethodConcept.
hasMethod
boolean
hasMethod( [in] string  aName,
[in] long  nMethodConcepts );

Description
許すs to ask if a method with the 需要・要求するd 指名する 存在するs and if it (許可,名誉などを)与えるs to one of the 需要・要求するd MethodConcepts.
Returns
true if the method 存在するs and (許可,名誉などを)与えるs to one of the 需要・要求するd MethodConcepts, さもなければ 誤った is returned.
Parameter aName
the 指名する of the method.
Parameter nMethodConcepts
無 or more constants of the MethodConcept constants group 連合させるd by an arithmetical or-操作/手術.
getMethods
sequence< ::com::sun::星/主役にする::reflection::XIdlMethod >
getMethods( [in] long  nMethodConcepts );

Description
returns a sequence of methods of the introspected 反対する.
Returns
all methods of the introspected 反対する which (許可,名誉などを)与える to the 需要・要求するd MethodConcepts.
Parameter nMethodConcepts
無 or more constants of the MethodConcept constants group 連合させるd by an arithmetical or-操作/手術.
getSupportedListeners
sequence< type >
getSupportedListeners();

Description
returns the listener types supported by the introspected 反対する.

If the introspected 反対する has the methods addFooListener( XFooListener xFoo ) and removeFooListener( XFooListener xFoo ) the type of XFooListener will be one of the elements in the returned sequence.

Returns
a sequence of the types of listener interfaces which are supported by the introspected 反対する.
queryAdapter
::com::sun::星/主役にする::uno::XInterface
queryAdapter( [in] type  aInterfaceType )
raises( IllegalTypeException );

Description
creates an adapter that 器具/実施するs an interface with the 明示するd type.

To 接近 所有物/資産/財産s, query for the XPropertySet interface. If the XPropertySet can be queried, the XFastPropertySet interface must be supported too.

If the introspected 反対する 器具/実施するs a 指名する コンテナ, the introspection should return the ::com::sun::星/主役にする::コンテナ::XNameAccess and ::com::sun::星/主役にする::コンテナ::XNameContainer interfaces.

If the introspected 反対する 器具/実施するs an 索引 コンテナ, the introspection should return the ::com::sun::星/主役にする::コンテナ::XIndexAccess and ::com::sun::星/主役にする::コンテナ::XIndexContainer interfaces.

If the introspected 反対する 器具/実施するs an enumeration コンテナ, the introspection should return the ::com::sun::星/主役にする::コンテナ::XEnumerationAccess interface.

If the introspected 反対する 器具/実施するs the ::com::sun::星/主役にする::reflection::XIdlArray interface, the introspection should return this.

To 器具/実施する 不確かの 指名する 接近, at all 反対するs, which 器具/実施する the ::com::sun::星/主役にする::コンテナ::XNameAccess or XPropertySet interface, the XExactName interface has to be supported.

See also
XExactName
最高の,を越す 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.