Class NSPersonNameComponentsFormatterOptions


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

      Fields 
      Modifier and Type Field Description
      static long NSPersonNameComponentsFormatterPhonetic
      Indicates that the formatter should format the component object's phoneticRepresentation components instead of its own components.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NSPersonNameComponentsFormatterPhonetic

        public static final long NSPersonNameComponentsFormatterPhonetic
        Indicates that the formatter should format the component object's phoneticRepresentation components instead of its own components. The developer must have populated these manually. e.g.: Developer creates components object with the following properties: >. If this option is specified, we perform formatting operations on instead.
        See Also:
        Constant Field Values