class func allowsReverseTransformation () -> Bool
Returns a Boolean value that indicates whether the receiver can reverse a transformation.
あるブール値を返します、それはレシーバがある変換を逆にできるかどうかを指し示します。
Availability 有効性
Technology
class func transformedValueClass() -> AnyClass
The class of the value returned by the receiver for a forward transformation. 前方変換のためにレシーバによって返される値のクラス。
A subclass should override this method to return the appropriate class. サブクラスは、このメソッドをオーバーライドして適切なクラスを返すべきです。
class func allowsReverseTransformation () -> Bool