jp.go.nict.langrid.service_1_2.foundation.transformer
クラス ServiceEntryToServiceIdTransformer

java.lang.Object
  上位を拡張 jp.go.nict.langrid.service_1_2.foundation.transformer.ServiceEntryToServiceIdTransformer
すべての実装されたインタフェース:
Transformer<ServiceEntry,String>

public class ServiceEntryToServiceIdTransformer
extends Object
implements Transformer<ServiceEntry,String>

ServiceEntryをserviceIdに変換する。

バージョン:
$Revision: 10415 $
作成者:
$Author: Takao Nakaguchi $

コンストラクタの概要
ServiceEntryToServiceIdTransformer()
           
 
メソッドの概要
 String transform(ServiceEntry value)
          オブジェクトを変換する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServiceEntryToServiceIdTransformer

public ServiceEntryToServiceIdTransformer()
メソッドの詳細

transform

public String transform(ServiceEntry value)
                 throws TransformationException
インタフェース Transformer の記述:
オブジェクトを変換する。

定義:
インタフェース Transformer<ServiceEntry,String> 内の transform
パラメータ:
value - 変換されるオブジェクト
戻り値:
変換結果
例外:
TransformationException - 変換に失敗した