UDK 3.1.0 Java API Reference

インタフェース
com.sun.star.uno.ITypeDescription の使用

ITypeDescription を使用しているパッケージ
com.sun.star.uno   
 

com.sun.star.uno での ITypeDescription の使用
 

ITypeDescription として宣言されている com.sun.star.uno のフィールド
protected  ITypeDescription Type._iTypeDescription
           
 

ITypeDescription を返す com.sun.star.uno のメソッド
 ITypeDescription Type.getTypeDescription()
          Gives the type description of this type.
 ITypeDescription ITypeDescription.getSuperType()
          Gets the ITypeDescription of the super, if it exists.
 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 IFieldDescription.getTypeDescription()
          Gives the name of this member.
 

ITypeDescription 型のパラメータを持つ com.sun.star.uno のメソッド
 void Type.setTypeDescription(ITypeDescription typeDescription)
          Sets the type description for this type.
 

ITypeDescription 型のパラメータを持つ com.sun.star.uno のコンストラクタ
Type(ITypeDescription typeDescription)
          Constructs a new Type from the given type description.
 


UDK 3.1.0 Java API Reference