Package apple.foundation.enums
Class NSPersonNameComponentsFormatterStyle
- java.lang.Object
-
- apple.foundation.enums.NSPersonNameComponentsFormatterStyle
-
public final class NSPersonNameComponentsFormatterStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAbbreviatedThe maximally-abbreviated form of a name suitable for monograms, e.g.static longDefaultstatic longLongThe fully-qualified name complete with all known components, e.g.static longMediumThe minimally necessary features for differentiation in a casual setting , e.g.static longShortRelies on user preferences and language defaults to display shortened form appropriate for display in space-constrained settings, e.g.
-
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
Short
public static final long Short
Relies on user preferences and language defaults to display shortened form appropriate for display in space-constrained settings, e.g. C Darwin- See Also:
- Constant Field Values
-
Medium
public static final long Medium
The minimally necessary features for differentiation in a casual setting , e.g. Charles Darwin- See Also:
- Constant Field Values
-
Long
public static final long Long
The fully-qualified name complete with all known components, e.g. Charles Robert Darwin, FRS- See Also:
- Constant Field Values
-
Abbreviated
public static final long Abbreviated
The maximally-abbreviated form of a name suitable for monograms, e.g. CRD)- See Also:
- Constant Field Values
-
-