|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.rowa.posps.client.data.PospsCountryCode
public class PospsCountryCode
Enumeration of country codes used for naming the country-specific
types in the posps specification. In the specification, there are
several types which can be extended with the data which applies to a
single country. These types have an abstract base type the name of which ends
with CountrySpecific. Concrete subtypes end with a country code
of the country for which this type applies. These country codes are available
with getCode().
| Field Summary | |
|---|---|
static PospsCountryCode |
GERMANY
Posps country code for Germany. |
static PospsCountryCode |
IBAN
Special code for bank connection information in IBAN format. |
| Constructor Summary | |
|---|---|
PospsCountryCode(java.util.Locale locale)
Creates a country code with the country taken from the locale. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the code string used for country-specific type names in the posps specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PospsCountryCode GERMANY
public static final PospsCountryCode IBAN
| Constructor Detail |
|---|
public PospsCountryCode(java.util.Locale locale)
locale - Locale from which the country information is taken.| Method Detail |
|---|
public java.lang.String getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||