Class NSTextCheckingAddressComponents

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSTextCheckingAddressComponents

public class NSTextCheckingAddressComponents
extends NSDictionaryWrapper
  • Method Details

    • has

      public boolean has​(NSString key)
    • get

      public NSObject get​(NSString key)
    • getName

      public String getName()
    • getJobTitle

      public String getJobTitle()
    • getOrganization

      public String getOrganization()
    • getStreet

      public String getStreet()
    • getCity

      public String getCity()
    • getState

      public String getState()
    • getZIP

      public String getZIP()
    • getCountry

      public String getCountry()
    • getPhone

      public String getPhone()