Type Method 型メソッド

allowsReverseTransformation()

Returns a Boolean value that indicates whether the receiver can reverse a transformation. あるブール値を返します、それはレシーバがある変換を逆にできるかどうかを指し示します。

Declaration 宣言

class func allowsReverseTransformation() -> Bool

Return Value 戻り値

true if the receiver supports reverse value transformations, otherwise false. true、もしレシーバが逆値変換をサポートするならば、そうでなければfalse

The default is true. 省略時は、trueです。

Discussion 議論

Subclasses should override this method to return false if they do not support reverse value transformations. サブクラスは、このメソッドをオーバーライドして、falseを返すべきです、もしそれが逆値変換をサポートしないならば。

See Also 参照

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