| Package | Description |
|---|---|
| com.sun.star.uno |
| Modifier and Type | Field and Description |
|---|---|
protected ITypeDescription |
Type._iTypeDescription |
| Modifier and Type | Method and Description |
|---|---|
ITypeDescription |
ITypeDescription.getComponentType()
Deprecated.
Gets the component
ITypeDescription if
this is an array type, otherwise returns null. |
ITypeDescription[] |
IMethodDescription.getInSignature()
Deprecated.
Gives any array of
ITypeDescription> of
the [in] parameters. |
ITypeDescription[] |
IMethodDescription.getOutSignature()
Deprecated.
Gives any array of
ITypeDescription> of
the [out] parameters. |
ITypeDescription |
IMethodDescription.getReturnSignature()
Deprecated.
Gives the
ITypeDescription of
the return type. |
ITypeDescription |
ITypeDescription.getSuperType()
Deprecated.
Gets the
ITypeDescription of the
super, if it exists. |
ITypeDescription |
Type.getTypeDescription()
Gives the type description of this type.
|
ITypeDescription |
IFieldDescription.getTypeDescription()
Deprecated.
Gives the name of this member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setTypeDescription(ITypeDescription typeDescription)
Sets the type description for this type.
|
| Constructor and Description |
|---|
Type(ITypeDescription typeDescription)
Constructs a new
Type from the given type description. |