Class NSPersonNameComponentsFormatterStyle


  • public final class NSPersonNameComponentsFormatterStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Abbreviated
      The maximally-abbreviated form of a name suitable for monograms, e.g.
      static long Default  
      static long Long
      The fully-qualified name complete with all known components, e.g.
      static long Medium
      The minimally necessary features for differentiation in a casual setting , e.g.
      static long Short
      Relies on user preferences and language defaults to display shortened form appropriate for display in space-constrained settings, e.g.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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