Package de.alpharogroup.random.address
Class HellenicAddressConst
- java.lang.Object
-
- de.alpharogroup.random.address.HellenicAddressConst
-
public final class HellenicAddressConst extends java.lang.ObjectThe classHellenicAddressConstis a constant class for hellenic address data like first and last names and streets.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[][]CITIESConstant array with hellenic city names and zip code.static java.lang.String[]COMPANYNAMESConstant array with hellenic company names.static java.lang.String[]FEMAIL_FIRSTNAMEConstant array with hellenic femail firstname.static java.lang.String[]FEMAIL_LASTNAMEConstant array with hellenic femail lastname.static java.lang.String[]MAIL_FIRSTNAMEConstant array with hellenic mail firstname.static java.lang.String[]MAIL_LASTNAMEConstant array with hellenic mail lastname.static java.lang.String[]STREETSConstant array with hellenic street names.
-
-
-
Field Detail
-
CITIES
public static java.lang.String[][] CITIES
Constant array with hellenic city names and zip code.
-
COMPANYNAMES
public static java.lang.String[] COMPANYNAMES
Constant array with hellenic company names.
-
FEMAIL_FIRSTNAME
public static java.lang.String[] FEMAIL_FIRSTNAME
Constant array with hellenic femail firstname.
-
FEMAIL_LASTNAME
public static java.lang.String[] FEMAIL_LASTNAME
Constant array with hellenic femail lastname.
-
MAIL_FIRSTNAME
public static java.lang.String[] MAIL_FIRSTNAME
Constant array with hellenic mail firstname.
-
MAIL_LASTNAME
public static java.lang.String[] MAIL_LASTNAME
Constant array with hellenic mail lastname.
-
STREETS
public static java.lang.String[] STREETS
Constant array with hellenic street names.
-
-