程序包 | 说明 |
---|---|
com.sun.star.uno |
限定符和类型 | 字段和说明 |
---|---|
protected ITypeDescription |
Type._iTypeDescription |
限定符和类型 | 方法和说明 |
---|---|
ITypeDescription |
ITypeDescription.getComponentType()
已过时。
Gets the component
ITypeDescription if
this is an array type, otherwise returns null . |
ITypeDescription[] |
IMethodDescription.getInSignature()
已过时。
Gives any array of
ITypeDescription of
the [in] parameters. |
ITypeDescription[] |
IMethodDescription.getOutSignature()
已过时。
Gives any array of
ITypeDescription of
the [out] parameters. |
ITypeDescription |
IMethodDescription.getReturnSignature()
已过时。
Gives the
ITypeDescription of
the return type. |
ITypeDescription |
ITypeDescription.getSuperType()
已过时。
Gets the
ITypeDescription of the
super, if it exists. |
ITypeDescription |
Type.getTypeDescription()
Gives the type description of this type.
|
ITypeDescription |
IFieldDescription.getTypeDescription()
已过时。
Gives the name of this member.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Type.setTypeDescription(ITypeDescription typeDescription)
Sets the type description for this type.
|
构造器和说明 |
---|
Type(ITypeDescription typeDescription)
Constructs a new
Type from the given type description. |