Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.dbo |
Contains a set of standard DBObjects for testing purposes.
|
de.esprit.appsuite.type |
Contains definitions for translatable Enum constants
|
de.esprit.common.clp |
Contains standard command line parser and options
|
Modifier and Type | Method and Description |
---|---|
protected Country |
CountryChoiceField.getNullItem() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<Country> |
CountryChoiceField.createEnumValues() |
Modifier and Type | Method and Description |
---|---|
void |
CountryChoiceField.setValue(Country country) |
Modifier and Type | Method and Description |
---|---|
Country |
DBO_tnt_persistent_type.get$Country() |
Modifier and Type | Method and Description |
---|---|
void |
DBO_tnt_persistent_type.set$Country(Country value) |
Modifier and Type | Method and Description |
---|---|
static Country |
Country.fromPersistentName(java.lang.String countryCode) |
static Country |
Country.getDefault()
Returns the
Country constant that matches the default Locale |
static Country |
Country.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Country> |
Country.getAllAvailableValues()
Returns all available Countries sorted by the translated name.
|
static java.util.Collection<Country> |
Country.getSortedValues(java.util.EnumSet<Country> set)
Returns the Countries of the input set sorted by the translated name.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Country> |
Country.getSortedValues(java.util.EnumSet<Country> set)
Returns the Countries of the input set sorted by the translated name.
|
Modifier and Type | Method and Description |
---|---|
Country |
OptionCountry.getValue() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.