Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
org.josef.science.physics |
Physics related Classes.
|
org.josef.science.physics.astronomy |
Astronomy related Classes.
|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T> & LocalizableEnumeration> |
SqlStatementUtil.createDecodeArgument(String expression,
Class<T> localizableEnumeration,
Locale locale)
Creates a String which can be used as an argument to Oracle's decode function.
|
Modifier and Type | Class and Description |
---|---|
class |
Element
Enumeration of all the Elements of the Periodic Table.
|
Modifier and Type | Class and Description |
---|---|
class |
Planet
Enumeration of all the planets in the Solar System.
|
Modifier and Type | Class and Description |
---|---|
class |
CColor
Enumeration of (RGB) colors.
|
class |
Iso3166Country
Enumeration of ISO 3166 Countries.
|
class |
Month
Enumeration of all the months in a year.
|
class |
Nationality
Enumeration of Nationalities.
|
class |
WeekDay
Enumeration of all the days in a week.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.enumFromCode(Class<T> localizableEnumeration,
Object code)
Gets the localizable enumerated constant of type T with the supplied code.
|
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.getCodeDescription(T localizableEnumeratedConstant,
Locale locale)
Gets the CodeDescription of the supplied localizableEnumeratedConstant.
|
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.getCodeDescriptions(Class<T> localizableEnumeration,
Locale locale)
Gets
CodeDescriptions for all the localizable enumerated constants of the supplied
localizableEnumeration. |
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.getDescriptionOfLocalizableEnum(T enumeratedConstant,
Locale locale)
Gets the description of the supplied enumeratedConstant using the name of the enumerated constant as the key to the
resouce bundle.
|
Copyright © 2008–2018. All rights reserved.