Class AddressConst


  • public final class AddressConst
    extends java.lang.Object
    The class AddressConst is a constant class for Address data like cities and countries.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] CITIES
      Constant from an Array with cities.
      static java.lang.String[] COUNTRIES
      Constant from an Array with the countries.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CITIES

        public static final java.lang.String[] CITIES
        Constant from an Array with cities.
      • COUNTRIES

        public static final java.lang.String[] COUNTRIES
        Constant from an Array with the countries.