+ transformedValueClass
Returns the class of the value returned by the receiver for a forward transformation.
レシーバによって返される値のクラスを前方変換のために返します。
Availability 有効性
Technology
+ (BOOL)allowsReverseTransformation;
YES
if the receiver supports reverse value transformations, otherwise NO
.
YES
、もしレシーバが逆値変換をサポートするならば、そうでなければNO
。
The default is YES
.
省略時は、YES
です。
Subclasses should override this method to return NO
if they do not support reverse value transformations.
サブクラスは、このメソッドをオーバーライドして、NO
を返すべきです、もしそれが逆値変換をサポートしないならば。
+ transformedValueClass