net.sourceforge.jaulp.random.address
Class HellenicAddressConst

java.lang.Object
  extended by net.sourceforge.jaulp.random.address.AddressConst
      extended by net.sourceforge.jaulp.random.address.HellenicAddressConst

public abstract class HellenicAddressConst
extends AddressConst

A constant class for greek addresses.

Version:
1.0
Author:
Asterios Raptis

Field Summary
static java.lang.String[][] CITIES
          Constant from an Array with greek zip and cities.
static java.lang.String[] COMPANYNAMES
          Constant from an Array with greek company names.
static java.lang.String[] FEMAIL_FIRSTNAME
          Constant from an Array with first names from femail.
static java.lang.String[] FEMAIL_LASTNAME
          Constant from an Array with last names from femail.
static java.lang.String[] MAIL_FIRSTNAME
          Constant from an Array with first names from mail.
static java.lang.String[] MAIL_LASTNAME
          Constant from an Array with last names from mail.
static java.lang.String[] STREETS
          Constant from an Array with greek streets.
 
Fields inherited from class net.sourceforge.jaulp.random.address.AddressConst
COUNTRIES
 
Constructor Summary
HellenicAddressConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIL_FIRSTNAME

public static final java.lang.String[] MAIL_FIRSTNAME
Constant from an Array with first names from mail.


FEMAIL_FIRSTNAME

public static final java.lang.String[] FEMAIL_FIRSTNAME
Constant from an Array with first names from femail.


MAIL_LASTNAME

public static final java.lang.String[] MAIL_LASTNAME
Constant from an Array with last names from mail.


FEMAIL_LASTNAME

public static final java.lang.String[] FEMAIL_LASTNAME
Constant from an Array with last names from femail.


STREETS

public static final java.lang.String[] STREETS
Constant from an Array with greek streets.


CITIES

public static final java.lang.String[][] CITIES
Constant from an Array with greek zip and cities.


COMPANYNAMES

public static final java.lang.String[] COMPANYNAMES
Constant from an Array with greek company names.

Constructor Detail

HellenicAddressConst

public HellenicAddressConst()


Copyright © 2010. All Rights Reserved.