名前
org.omg.CORBA.AttributeDef.type
形式
public interface AttributeDef extends org.omg.CORBA.Contained, AttributeDefOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object { public org.omg.CORBA.TypeCode type(); }
機能説明
AttributeDefオブジェクトのTypeCodeを返します。
復帰値
正常終了した場合は、AttributeDefオブジェクトのTypeCodeが返されます。
異常終了した場合は、org.omg.CORBA.SystemExceptionが発生します。
システム例外発生時に設定された例外情報およびマイナーコードの意味については、“メッセージ集”の“CORBAサービスから通知される例外情報/マイナーコード”を参照してください。
(1) org.omg.CORBA.AttributeDef.def_kind
(2) org.omg.CORBA.AttributeDef.id
(3) org.omg.CORBA.AttributeDef.name
(4) org.omg.CORBA.AttributeDef.defined_in
(5) org.omg.CORBA.AttributeDef.describe
(1)については、“IRObject共通インタフェース”を継承します。
“org.omg.CORBA.IRObject”の部分を“org.omg.CORBA.AttributeDef”に置き換えて使用することができます。
関数の仕様については、“3.17.2 IRObject共通インタフェース”を参照してください。
(2)~(5)については、“Contained共通インタフェース”を継承します。
“org.omg.CORBA.Contained”の部分を“org.omg.CORBA.AttributeDef”に置き換えて使用することができます。
関数の仕様については、“3.17.3 Contained共通インタフェース”を参照してください。