org.foray.common.i18n
Class Orthography4a

java.lang.Object
  extended by org.foray.common.i18n.Orthography4a
All Implemented Interfaces:
org.axsl.common.i18n.Orthography

public class Orthography4a
extends Object
implements org.axsl.common.i18n.Orthography

FOray implementation of Orthography.


Field Summary
static Orthography4a FINLAND
          The orthograpy for Finland.
static Orthography4a HUNGARY
          The orthograpy for Hungary.
static Orthography4a ITALY
          The orthograpy for Italy.
static Orthography4a POLAND
          The orthograpy for Poland.
static Orthography4a PORTUGAL
          The orthograpy for Portugal.
static Orthography4a RUSSIA
          The orthograpy for Russia.
static Orthography4a SPAIN
          The orthograpy for Spain.
static Orthography4a USA
          The orthograpy for the United States.
 
Constructor Summary
Orthography4a(org.axsl.common.i18n.Language language, org.axsl.common.i18n.Country country, org.axsl.common.i18n.Script script)
          Constructor.
 
Method Summary
 org.axsl.common.i18n.Country getCountry()
           
 org.axsl.common.i18n.Language getLanguage()
           
 org.axsl.common.i18n.Script getScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USA

public static final Orthography4a USA
The orthograpy for the United States.


FINLAND

public static final Orthography4a FINLAND
The orthograpy for Finland.


HUNGARY

public static final Orthography4a HUNGARY
The orthograpy for Hungary.


ITALY

public static final Orthography4a ITALY
The orthograpy for Italy.


POLAND

public static final Orthography4a POLAND
The orthograpy for Poland.


PORTUGAL

public static final Orthography4a PORTUGAL
The orthograpy for Portugal.


RUSSIA

public static final Orthography4a RUSSIA
The orthograpy for Russia.


SPAIN

public static final Orthography4a SPAIN
The orthograpy for Spain.

Constructor Detail

Orthography4a

public Orthography4a(org.axsl.common.i18n.Language language,
                     org.axsl.common.i18n.Country country,
                     org.axsl.common.i18n.Script script)
Constructor.

Parameters:
language - The language.
country - The country.
script - The script.
Method Detail

getLanguage

public org.axsl.common.i18n.Language getLanguage()
Specified by:
getLanguage in interface org.axsl.common.i18n.Orthography

getCountry

public org.axsl.common.i18n.Country getCountry()
Specified by:
getCountry in interface org.axsl.common.i18n.Orthography

getScript

public org.axsl.common.i18n.Script getScript()
Specified by:
getScript in interface org.axsl.common.i18n.Orthography


Copyright © 2017. All rights reserved.