Enumeration
列挙
PersonNameComponents.FormatStyle.Style
The type that represents the style of the formatted result.
Overview
概要
The style type describes a length of the string representation of the name. The available values are long
, medium
, short
, and abbreviated
.
Topics
話題
Initializers
イニシャライザ
init(from: Decoder)
Creates a new instance by decoding from the given decoder, when the type’s RawValue
is Int
.
新しいインスタンスをこの与えられたデコーダからデコードすることによって作成します、型のもつRawValue
がInt
である場合。
init?(rawValue: Int)
Creates a new instance with the specified raw value.
指定された生の値を持つ新しいインスタンスを作成します。
Enumeration Cases
列挙ケース
case long
Specifies a long person name components style.
case medium
Specifies a medium person name components style.
case short
Specifies a short person name components style.
Instance Properties
インスタンスプロパティ
Encoding and Decoding
エンコーディングとデコーディング
func encode(to: Encoder)
Encodes this value into the given encoder, when the type’s RawValue
is Int
.
この値をその与えられたデコーダへとデコードします、その型のもつRawValue
がInt
である場合。
Hashing
ハッシュ化
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素それらを、それらをこの与えられたハーシャーに供給する事によってハッシュ化します。