|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sun.星/主役にする.uno
Interface IQueryInterface
public interface IQueryInterface
This is the delegator interface for Java 反対するs 器具/実施するing interfaces of an underlying UNO 反対する.
Calls are 委任する/代表d through the UnoRuntime to this
interface. 器具/実施する this interface in 事例/患者 you want to customize the
behaviour of UnoRuntime.queryInterface.
- See Also:
UnoRuntime
| Method 要約 | |
|---|---|
String |
getOid()
Returns the unique 反対する identifier (OID) of the underlying UNO 反対する. |
boolean |
isSame(反対する 反対する)
実験(する)s if the given 言及/関連 代表するs a facet of the underlying UNO 反対する. |
反対する |
queryInterface(Type type)
Returns an 反対する 器具/実施するing the requested interface type. |
| Method 詳細(に述べる) |
|---|
getOid
String getOid()
- Returns the unique 反対する identifier (OID) of the underlying UNO 反対する.
- Returns:
- the OID of the underlying 反対する
queryInterface
反対する queryInterface(Type type)
- Returns an 反対する 器具/実施するing the requested interface type.
- Parameters:
type- the requested UNO interface type; must be aType反対する 代表するing a UNO interface type- Returns:
- a 言及/関連 to the requested UNO interface type if 利用できる,
さもなければ
null - See Also:
UnoRuntime
isSame
boolean isSame(反対する 反対する)
- 実験(する)s if the given 言及/関連 代表するs a facet of the underlying UNO
反対する.
- Parameters:
反対する- a 言及/関連 to any Java 反対する 代表するing (a facet of) a UNO 反対する; may benull- Returns:
trueif and only if反対するis notnulland 代表するs the same UNO 反対する as this 反対する
|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

