|
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
Class Any
java.lang.反対するcom.sun.星/主役にする.uno.Any
public class Any
- 延長するs 反対する
The UNO IDL type any is mapped to java type java.lang.反対する.
In special 事例/患者s it is necessary to have an explicit any to additionally 輸送(する) an exact type. For instance if you want to pass an 反対する 言及/関連 経由で an interprocess 関係 using an any, you should use this class to 追加する an explicit interface type, so the remote 相当するもの doesn't need to invoke a queryInterface).
| Field 要約 | |
|---|---|
保護するd 反対する |
_object
The data of the any. |
保護するd Type |
_type
The type of the any. |
static Any |
VOID
|
| 建設者 要約 | |
|---|---|
Any(Class zInterface,
反対する 反対する)
Deprecated. as of UDK 2.0 |
|
Any(Type type,
反対する 反対する)
建設するs a new any with a given type and value |
|
| Method 要約 | |
|---|---|
static Any |
完全にする(反対する any)
完全にする a UNO ANY (make sure it is wrapped up as an
Any instance). |
boolean |
equals(反対する obj)
|
反対する |
getObject()
Gets the value within the any. |
Type |
getType()
Gets the type of the value within the any. |
int |
hashCode()
|
String |
toString()
|
| Methods 相続するd from class java.lang.反対する |
|---|
clone, 完結する, getClass, 通知する, notifyAll, wait, wait, wait |
| Field 詳細(に述べる) |
|---|
_type
保護するd Type _type
- The type of the any.
- See Also:
getType()
_object
保護するd 反対する _object
- The data of the any.
- See Also:
getObject()
VOID
public static final Any VOID
| 建設者 詳細(に述べる) |
|---|
Any
public Any(Class zInterface, 反対する 反対する)
- Deprecated. as of UDK 2.0
- 建設するs a new any.
- Parameters:
zInterface- the type of the any.反対する- the data of the any.
- 建設するs a new any.
Any
public Any(Type type, 反対する 反対する)
- 建設するs a new any with a given type and value
- Parameters:
type- the UNO type of the any.反対する- the value of the any.
| Method 詳細(に述べる) |
|---|
完全にする
public static final Any 完全にする(反対する any)
- 完全にする a UNO
ANY(make sure it is wrapped up as anAnyinstance).- Parameters:
any- a Java value 代表するing a UNOANYvalue.- Returns:
- a 完全にする Java value (that is, an
Anyinstance) 代表するing the same UNOANYvalue as the given argument. - Since:
- UDK 3.2.3
getType
public Type getType()
- Gets the type of the value within the any.
- Returns:
- the type of the value within the any.
getObject
public 反対する getObject()
- Gets the value within the any.
- Returns:
- gets the value within the any.
equals
public boolean equals(反対する obj)
hashCode
public int hashCode()
toString
public String toString()
|
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.Any
