|
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 ITypeDescription
Deprecated. This interface does not cover all the features supported by the corresponding (unpublished) 実施. But no (弁護士の)依頼人 code should need to 接近 this functionality, anyway.
public interface ITypeDescription
The ITypeDescription 許すs to 診察する a type
in 詳細(に述べる) (e.g. it is used for 保安官ing/unmarshaling).
| Method 要約 | |
|---|---|
String |
getArrayTypeName()
Deprecated. Gets the (Java) array type 指名する. |
ITypeDescription |
getComponentType()
Deprecated. Gets the 構成要素 ITypeDescription if
this is an array type, さもなければ returns null. |
IFieldDescription |
getFieldDescription(String 指名する)
Deprecated. Gets the IFieldDescription for the
field with the 指名する 指名する, if it 存在するs,
さもなければ returns null. |
IFieldDescription[] |
getFieldDescriptions()
Deprecated. Gets the IFieldDescription for every
field, if this type is an interface. |
IMethodDescription |
getMethodDescription(int methodId)
Deprecated. Gets the IMethodDescription for the
method with 索引 methodId, if it 存在するs, さもなければ
returns null. |
IMethodDescription |
getMethodDescription(String 指名する)
Deprecated. Gets the IMethodDescription for the
method with the 指名する 指名する, if it 存在するs,
さもなければ returns null. |
IMethodDescription[] |
getMethodDescriptions()
Deprecated. Gets the IMethodDescription for every
method, if this type is an interface. |
ITypeDescription |
getSuperType()
Deprecated. Gets the ITypeDescription of the
最高の, if it 存在するs. |
TypeClass |
getTypeClass()
Deprecated. Gets the IDL TypeClass of the type. |
String |
getTypeName()
Deprecated. Gets the (UNO) type 指名する. |
Class |
getZClass()
Deprecated. Gets the corresponding java class for the type. |
| Method 詳細(に述べる) |
|---|
getSuperType
ITypeDescription getSuperType()
- Deprecated.
- Gets the
ITypeDescriptionof the 最高の, if it 存在するs.- Returns:
- the
ITypeDescription.
- Gets the
getMethodDescriptions
IMethodDescription[] getMethodDescriptions()
- Deprecated.
- Gets the
IMethodDescriptionfor every method, if this type is an interface. さもなければ returnsnull.- Returns:
- the
IMethodDescription[].
- Gets the
getMethodDescription
IMethodDescription getMethodDescription(int methodId)
- Deprecated.
- Gets the
IMethodDescriptionfor the method with 索引 methodId, if it 存在するs, さもなければ returnsnull.- Returns:
- the
IMethodDescription.
- Gets the
getMethodDescription
IMethodDescription getMethodDescription(String 指名する)
- Deprecated.
- Gets the
IMethodDescriptionfor the method with the 指名する指名する, if it 存在するs, さもなければ returnsnull.- Returns:
- the
IMethodDescription.
- Gets the
getFieldDescriptions
IFieldDescription[] getFieldDescriptions()
- Deprecated.
- Gets the
IFieldDescriptionfor every field, if this type is an interface. さもなければ returnsnull.- Returns:
- the
IFieldDescription[].
- Gets the
getFieldDescription
IFieldDescription getFieldDescription(String 指名する)
- Deprecated.
- Gets the
IFieldDescriptionfor the field with the 指名する指名する, if it 存在するs, さもなければ returnsnull.- Returns:
- the
IFieldDescription.
- Gets the
getTypeClass
TypeClass getTypeClass()
- Deprecated.
- Gets the IDL
TypeClassof the type.- Returns:
- the
TypeClass.
- Gets the IDL
getComponentType
ITypeDescription getComponentType()
- Deprecated.
- Gets the 構成要素
ITypeDescriptionif this is an array type, さもなければ returnsnull.- Returns:
- the
ITypeDescription
- Gets the 構成要素
getTypeName
String getTypeName()
- Deprecated.
- Gets the (UNO) type 指名する.
The に引き続いて (米)棚上げする/(英)提議する 名簿(に載せる)/表(にあげる)s how UNO types 地図/計画する to type 指名するs:
UNO type type 指名する VOID "無効の"BOOLEAN "boolean"CHAR "char"BYTE "byte"SHORT "short"UNSIGNED SHORT "unsigned short"LONG "long"UNSIGNED LONG "unsigned long"HYPER "hyper"UNSIGNED HYPER "unsigned hyper"FLOAT "float"DOUBLE "二塁打"STRING "string"TYPE "type"ANY "any"sequence type of base type T "[]"followed by type 指名する for Tenum type 指名するd N N (see below) struct type 指名するd N N (see below) exception type 指名するd N N (see below) interface type 指名するd N N (see below) For a UNO type 指名するd N, consisting of a sequence of module 指名するs M1, ..., Mn followed by a simple 指名する S, the corresponding type 指名する consists of the same sequence of module 指名するs and simple 指名する, with
"."seperating the individual elements.- Returns:
- the type 指名する.
- Gets the (UNO) type 指名する.
getArrayTypeName
String getArrayTypeName()
- Deprecated.
- Gets the (Java) array type 指名する.
The array type 指名する is defined to be the Java class 指名する (as returned by
Class.forName) of the Java array class that corresponds to the UNO sequence type with this type (the UNO type 代表するd by thisITypeDescriptioninstance) as base type. For anITypeDescriptioninstance 代表するing the UNO type VOID, the array type 指名する is defined to be"[Ljava.lang.無効の;".- Returns:
- the array type 指名する.
- Gets the (Java) array type 指名する.
getZClass
Class getZClass()
- Deprecated.
- Gets the corresponding java class for the type.
- Returns:
- the corresponding java class.
- Gets the corresponding java class for the type.
|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

