Type Method 型メソッド

transformedValueClass

Returns the class of the value returned by the receiver for a forward transformation. レシーバによって返される値のクラスを前方変換のために返します。

Declaration 宣言

+ (Class)transformedValueClass;

Return Value 戻り値

The class of the value returned by the receiver for a forward transformation. 前方変換のためにレシーバによって返される値のクラス。

Discussion 議論

A subclass should override this method to return the appropriate class. サブクラスは、このメソッドをオーバーライドして適切なクラスを返すべきです。

See Also 参照

Getting Information About a Transformer 変換器についての情報を取得する