IgetVerb()

ビジネス・オブジェクト用の動詞を取得します。

構文

string IgetVerb(); 
 

パラメーター

なし。

戻り値

ビジネス・オブジェクトの動詞が格納されている string (null も可)。

例外

IVerbNotSetException
動詞が設定されていない場合にスローされます。

// Get the verb of the business object.
 String busObjName;
 busObjName = exampleBusObj.IgetVerb();
 

Copyright IBM Corp. 2004