UDK 3.1.0 Java API Reference

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

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

public interface IFieldDescription
extends IMemberDescription

The IFieldDescription describes non method members.

導入されたバージョン:
UDK3.0

メソッドの概要
 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.1.0 Java API Reference