Initializer

init(rawValue:)

Creates a grammatical gender instance from the provided enumeration value. ある文法的性インスタンスをその提供された列挙値から作成します。

Declaration 宣言

init?(rawValue: Int)

Parameters パラメータ

rawValue

The raw value that corresponds with one of the enumeration’s cases. 列挙のもつケース節の1つと一致する生の値。

Discussion 議論

Use the predefined grammatical gender cases: Morphology.GrammaticalGender.feminine, Morphology.GrammaticalGender.masculine, and Morphology.GrammaticalGender.neuter. あらかじめ定義された文法的性ケース節それらを使ってください:Morphology.GrammaticalGender.feminineMorphology.GrammaticalGender.masculine、そしてMorphology.GrammaticalGender.neuter

Relationships 関係

From Protocol 由来プロトコル