UDK 3.2.0 Java API Reference

com.sun.star.uno
インタフェース IFieldDescription

すべてのスーパーインタフェース:
IMemberDescription

推奨されていません。 This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway.

public interface IFieldDescription
extends IMemberDescription

The IFieldDescription describes non method members.


メソッドの概要
 Field getField()
          推奨されていません。 Gives native java field of this member.
 ITypeDescription getTypeDescription()
          推奨されていません。 Gives the name of this member.
 
インタフェース com.sun.star.uno.IMemberDescription から継承したメソッド
getIndex, getName, isAny, isInterface, isUnsigned
 

メソッドの詳細

getTypeDescription

public ITypeDescription getTypeDescription()
推奨されていません。 
Gives the name of this member.

戻り値:
the name

getField

public Field getField()
推奨されていません。 
Gives native java field of this member.

戻り値:
the java field

UDK 3.2.0 Java API Reference