Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- africa.absa.inception.reference - package africa.absa.inception.reference
C
- Country - Class in africa.absa.inception.reference
-
The Country class holds the information for a country.
- Country() - Constructor for class africa.absa.inception.reference.Country
-
Constructs a new Country.
- CountryId - Class in africa.absa.inception.reference
-
The CountryId class implements the ID class for the Country class.
- CountryId() - Constructor for class africa.absa.inception.reference.CountryId
- CountryRepository - Interface in africa.absa.inception.reference
-
The CountryRepository interface declares the repository for the Country domain type.
D
- DEFAULT_LOCALE_ID - Static variable in interface africa.absa.inception.reference.IReferenceService
-
The default locale ID.
E
- equals(Object) - Method in class africa.absa.inception.reference.Country
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.CountryId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.Language
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.LanguageId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementSystemId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementUnitId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.MeasurementUnitTypeId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.Region
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.RegionId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class africa.absa.inception.reference.TimeZone
-
Indicates whether some other object is "equal to" this one.
F
- findAll() - Method in interface africa.absa.inception.reference.CountryRepository
-
Retrieve all the countries sorted by locale ID, sort index, and name.
- findAll() - Method in interface africa.absa.inception.reference.LanguageRepository
-
Retrieve all the languages sorted by locale ID, sort index, and name.
- findAll() - Method in interface africa.absa.inception.reference.MeasurementSystemRepository
-
Retrieve all the measurement systems sorted by locale ID, sort index, and name.
- findAll() - Method in interface africa.absa.inception.reference.MeasurementUnitRepository
-
Retrieve all the measurement units sorted by locale ID, sort index, and name.
- findAll() - Method in interface africa.absa.inception.reference.MeasurementUnitTypeRepository
-
Retrieve all the measurement unit types sorted by locale ID, sort index, and name.
- findAll() - Method in interface africa.absa.inception.reference.RegionRepository
-
Retrieve all the regions sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.CountryRepository
-
Retrieve the countries for the specified locale sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.LanguageRepository
-
Retrieve the languages for the specified locale sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.MeasurementSystemRepository
-
Retrieve the measurement systems for the specified locale sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.MeasurementUnitRepository
-
Retrieve the measurement units for the specified locale sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.MeasurementUnitTypeRepository
-
Retrieve the measurement unit types for the specified locale sorted by locale ID, sort index, and name.
- findByLocaleIdIgnoreCase(String) - Method in interface africa.absa.inception.reference.RegionRepository
-
Retrieve the regions for the specified locale sorted by locale ID, sort index, and name.
G
- getCode() - Method in class africa.absa.inception.reference.Country
-
Returns the ISO 3166-1 alpha-2 code for the country.
- getCode() - Method in class africa.absa.inception.reference.Language
-
Returns the ISO 639-1 alpha-2 code for the language.
- getCode() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns the code for the measurement system.
- getCode() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the code for the measurement unit.
- getCode() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns the code for the measurement unit type.
- getCode() - Method in class africa.absa.inception.reference.Region
-
Returns the ISO 3166-2 subdivision code for the region.
- getCountries() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the country reference data for all locales.
- getCountries() - Method in class africa.absa.inception.reference.ReferenceService
- getCountries(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the country reference data for a specific locale.
- getCountries(String) - Method in class africa.absa.inception.reference.ReferenceService
- getCountry() - Method in class africa.absa.inception.reference.Region
-
Returns the ISO 3166-1 alpha-2 code for the country the region is associated with.
- getDescription() - Method in class africa.absa.inception.reference.Country
-
Returns the description for the country.
- getDescription() - Method in class africa.absa.inception.reference.Language
-
Returns the description for the language.
- getDescription() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns the description for the measurement system.
- getDescription() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the description for the measurement unit.
- getDescription() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns the description for the measurement unit type.
- getDescription() - Method in class africa.absa.inception.reference.Region
-
Returns the description for the region.
- getDescription() - Method in class africa.absa.inception.reference.TimeZone
-
Returns the description for the time zone.
- getId() - Method in class africa.absa.inception.reference.TimeZone
-
Returns the ID for the time zone.
- getIso3Code() - Method in class africa.absa.inception.reference.Country
-
Returns the ISO 3166-1 alpha-3 code for the country.
- getIso3Code() - Method in class africa.absa.inception.reference.Language
-
Returns the ISO 639-2 alpha-3 code for the language.
- getLanguages() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the language reference data for all locales.
- getLanguages() - Method in class africa.absa.inception.reference.ReferenceService
- getLanguages(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the language reference data for a specific locale.
- getLanguages(String) - Method in class africa.absa.inception.reference.ReferenceService
- getLocaleId() - Method in class africa.absa.inception.reference.Country
-
Returns the Unicode locale identifier for the country.
- getLocaleId() - Method in class africa.absa.inception.reference.Language
-
Returns the Unicode locale identifier for the language.
- getLocaleId() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns the Unicode locale identifier for the measurement system.
- getLocaleId() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the Unicode locale identifier for the measurement unit.
- getLocaleId() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns the Unicode locale identifier for the measurement unit type.
- getLocaleId() - Method in class africa.absa.inception.reference.Region
-
Returns the Unicode locale identifier for the region.
- getLocaleId() - Method in class africa.absa.inception.reference.TimeZone
-
Returns the Unicode locale identifier for the time zone.
- getMeasurementSystems() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement system reference data for all locales.
- getMeasurementSystems() - Method in class africa.absa.inception.reference.ReferenceService
- getMeasurementSystems(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement system reference data for a specific locale.
- getMeasurementSystems(String) - Method in class africa.absa.inception.reference.ReferenceService
- getMeasurementUnits() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement unit reference data for all locales.
- getMeasurementUnits() - Method in class africa.absa.inception.reference.ReferenceService
- getMeasurementUnits(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement unit reference data for a specific locale.
- getMeasurementUnits(String) - Method in class africa.absa.inception.reference.ReferenceService
- getMeasurementUnitTypes() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement unit type reference data for all locales.
- getMeasurementUnitTypes() - Method in class africa.absa.inception.reference.ReferenceService
- getMeasurementUnitTypes(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the measurement unit type reference data for a specific locale.
- getMeasurementUnitTypes(String) - Method in class africa.absa.inception.reference.ReferenceService
- getName() - Method in class africa.absa.inception.reference.Country
-
Returns the name of the country.
- getName() - Method in class africa.absa.inception.reference.Language
-
Returns the name of the language.
- getName() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns the name of the measurement system.
- getName() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the name of the measurement unit.
- getName() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns the name of the measurement unit type.
- getName() - Method in class africa.absa.inception.reference.Region
-
Returns the name of the region.
- getName() - Method in class africa.absa.inception.reference.TimeZone
-
Returns the name of the time zone.
- getNationality() - Method in class africa.absa.inception.reference.Country
-
Returns the nationality for the country.
- getRegions() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the region reference data for all locales.
- getRegions() - Method in class africa.absa.inception.reference.ReferenceService
- getRegions(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the region reference data for a specific locale.
- getRegions(String) - Method in class africa.absa.inception.reference.ReferenceService
- getShortName() - Method in class africa.absa.inception.reference.Country
-
Returns the short name for the country.
- getShortName() - Method in class africa.absa.inception.reference.Language
-
Returns the short name for the language.
- getSortIndex() - Method in class africa.absa.inception.reference.Country
-
Returns the sort index for the country.
- getSortIndex() - Method in class africa.absa.inception.reference.Language
-
Returns the sort index for the language.
- getSortIndex() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns the sort index for the measurement system.
- getSortIndex() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the sort index for the measurement unit.
- getSortIndex() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns the sort index for the measurement unit type.
- getSortIndex() - Method in class africa.absa.inception.reference.Region
-
Returns the sort index for the region.
- getSortIndex() - Method in class africa.absa.inception.reference.TimeZone
-
Returns the sort index for the time zone.
- getSovereignState() - Method in class africa.absa.inception.reference.Country
-
Returns the ISO 3166-1 alpha-2 code for the sovereign state the country is associated with.
- getSystem() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the code for the measurement system.
- getTimeZones() - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the time zone reference data for all locales.
- getTimeZones() - Method in class africa.absa.inception.reference.ReferenceService
- getTimeZones(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Retrieve the time zone reference data for a specific locale.
- getTimeZones(String) - Method in class africa.absa.inception.reference.ReferenceService
- getType() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns the code for the measurement unit type.
H
- hashCode() - Method in class africa.absa.inception.reference.Country
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.CountryId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.Language
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.LanguageId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementSystem
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementSystemId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementUnit
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementUnitId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.MeasurementUnitTypeId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.Region
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.RegionId
-
Returns a hash code value for the object.
- hashCode() - Method in class africa.absa.inception.reference.TimeZone
-
Returns a hash code value for the object.
I
- IReferenceService - Interface in africa.absa.inception.reference
-
The IReferenceService interface defines the functionality provided by a Reference Service implementation.
- isValidCountry(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a country.
- isValidCountry(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidLanguage(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid ISO 639-1 alpha-2 code for a language.
- isValidLanguage(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidMeasurementSystem(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a measurement system.
- isValidMeasurementSystem(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidMeasurementUnit(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a measurement unit.
- isValidMeasurementUnit(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidMeasurementUnitType(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a measurement unit type.
- isValidMeasurementUnitType(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidRegion(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a region.
- isValidRegion(String) - Method in class africa.absa.inception.reference.ReferenceService
- isValidTimeZone(String) - Method in interface africa.absa.inception.reference.IReferenceService
-
Check whether the code is a valid code for a time zone.
- isValidTimeZone(String) - Method in class africa.absa.inception.reference.ReferenceService
L
- Language - Class in africa.absa.inception.reference
-
The Language class holds the information for a language.
- Language() - Constructor for class africa.absa.inception.reference.Language
-
Constructs a new Language.
- LanguageId - Class in africa.absa.inception.reference
-
The LanguageId class implements the ID class for the Language class.
- LanguageId() - Constructor for class africa.absa.inception.reference.LanguageId
- LanguageRepository - Interface in africa.absa.inception.reference
-
The LanguageRepository interface declares the repository for the Language domain type.
M
- MeasurementSystem - Class in africa.absa.inception.reference
-
The MeasurementSystem class holds the information for a system of measurement.
- MeasurementSystem() - Constructor for class africa.absa.inception.reference.MeasurementSystem
-
Constructs a new MeasurementSystem.
- MeasurementSystemId - Class in africa.absa.inception.reference
-
The MeasurementSystemId class implements the ID class for the MeasurementSystem class.
- MeasurementSystemId() - Constructor for class africa.absa.inception.reference.MeasurementSystemId
- MeasurementSystemRepository - Interface in africa.absa.inception.reference
-
The MeasurementSystemRepository interface declares the repository for the MeasurementSystem domain type.
- MeasurementUnit - Class in africa.absa.inception.reference
-
The MeasurementUnit class holds the information for a measurement unit.
- MeasurementUnit() - Constructor for class africa.absa.inception.reference.MeasurementUnit
-
Constructs a new MeasurementUnit.
- MeasurementUnitId - Class in africa.absa.inception.reference
-
The MeasurementUnitId class implements the ID class for the MeasurementUnit class.
- MeasurementUnitId() - Constructor for class africa.absa.inception.reference.MeasurementUnitId
- MeasurementUnitRepository - Interface in africa.absa.inception.reference
-
The MeasurementUnitRepository interface declares the repository for the MeasurementUnit domain type.
- MeasurementUnitType - Class in africa.absa.inception.reference
-
The MeasurementUnitType class holds the information for a measurement unit type.
- MeasurementUnitType() - Constructor for class africa.absa.inception.reference.MeasurementUnitType
-
Constructs a new MeasurementUnitType.
- MeasurementUnitTypeId - Class in africa.absa.inception.reference
-
The MeasurementUnitTypeId class implements the ID class for the MeasurementUnitType class.
- MeasurementUnitTypeId() - Constructor for class africa.absa.inception.reference.MeasurementUnitTypeId
- MeasurementUnitTypeRepository - Interface in africa.absa.inception.reference
-
The MeasurementUnitTypeRepository interface declares the repository for the MeasurementUnitType domain type.
R
- ReferenceConfiguration - Class in africa.absa.inception.reference
-
The ReferenceConfiguration class provides the Spring configuration for the Reference module.
- ReferenceConfiguration(ApplicationContext) - Constructor for class africa.absa.inception.reference.ReferenceConfiguration
-
Constructs a new ReferenceConfiguration.
- referenceEntityManagerFactory(DataSource, PlatformTransactionManager) - Method in class africa.absa.inception.reference.ReferenceConfiguration
-
Returns the reference entity manager factory bean associated with the application data source.
- ReferenceService - Class in africa.absa.inception.reference
-
The ReferenceService class provides the Reference Service implementation.
- ReferenceService(CountryRepository, LanguageRepository, MeasurementSystemRepository, MeasurementUnitRepository, MeasurementUnitTypeRepository, RegionRepository) - Constructor for class africa.absa.inception.reference.ReferenceService
-
Constructs a new ReferenceService.
- Region - Class in africa.absa.inception.reference
-
The Region class holds the information for a region.
- Region() - Constructor for class africa.absa.inception.reference.Region
-
Constructs a new Region.
- RegionId - Class in africa.absa.inception.reference
-
The RegionId class implements the ID class for the Region class.
- RegionId() - Constructor for class africa.absa.inception.reference.RegionId
- RegionRepository - Interface in africa.absa.inception.reference
-
The RegionRepository interface declares the repository for the Region domain type.
S
- setCode(String) - Method in class africa.absa.inception.reference.Country
-
Set the ISO 3166-1 alpha-2 code for the country.
- setCode(String) - Method in class africa.absa.inception.reference.Language
-
Set the ISO 639-1 alpha-2 code for the language.
- setCode(String) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Set the code for the measurement system.
- setCode(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the code for the measurement unit.
- setCode(String) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Set the code for the measurement unit type.
- setCode(String) - Method in class africa.absa.inception.reference.Region
-
Set the ISO 3166-2 subdivision code for the region.
- setCountry(String) - Method in class africa.absa.inception.reference.Region
-
Set the ISO 3166-1 alpha-2 code for the country the region is associated with.
- setDescription(String) - Method in class africa.absa.inception.reference.Country
-
Set the description for the country.
- setDescription(String) - Method in class africa.absa.inception.reference.Language
-
Set the description for the language.
- setDescription(String) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Set the description for the measurement system.
- setDescription(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the description for the measurement unit.
- setDescription(String) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Set the description for the measurement unit type.
- setDescription(String) - Method in class africa.absa.inception.reference.Region
-
Set the description for the region.
- setDescription(String) - Method in class africa.absa.inception.reference.TimeZone
-
Set the description for the time zone.
- setId(String) - Method in class africa.absa.inception.reference.TimeZone
-
Set the ID for the time zone.
- setIso3Code(String) - Method in class africa.absa.inception.reference.Country
-
Set the ISO 3166-1 alpha-3 code for the country.
- setIso3Code(String) - Method in class africa.absa.inception.reference.Language
-
Set the ISO 639-2 alpha-3 code for the language.
- setLocaleId(String) - Method in class africa.absa.inception.reference.Country
-
Set the Unicode locale identifier for the country.
- setLocaleId(String) - Method in class africa.absa.inception.reference.Language
-
Set the Unicode locale identifier for the language.
- setLocaleId(String) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Set the Unicode locale identifier for the measurement system.
- setLocaleId(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the Unicode locale identifier for the measurement unit.
- setLocaleId(String) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Set the Unicode locale identifier for the measurement unit type.
- setLocaleId(String) - Method in class africa.absa.inception.reference.Region
-
Set the Unicode locale identifier for the region.
- setLocaleId(String) - Method in class africa.absa.inception.reference.TimeZone
-
Set the Unicode locale identifier for the time zone.
- setName(String) - Method in class africa.absa.inception.reference.Country
-
Set the name of the country.
- setName(String) - Method in class africa.absa.inception.reference.Language
-
Set the name of the language.
- setName(String) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Set the name of the measurement system.
- setName(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the name of the measurement unit.
- setName(String) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Set the name of the measurement unit type.
- setName(String) - Method in class africa.absa.inception.reference.Region
-
Set the name of the region.
- setName(String) - Method in class africa.absa.inception.reference.TimeZone
-
Set the name of the time zone.
- setNationality(String) - Method in class africa.absa.inception.reference.Country
-
Set the nationality for the country.
- setShortName(String) - Method in class africa.absa.inception.reference.Country
-
Set the short name for the country.
- setShortName(String) - Method in class africa.absa.inception.reference.Language
-
Set the short name for the language.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.Country
-
Set the sort index for the country.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.Language
-
Set the sort index for the language.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.MeasurementSystem
-
Set the sort index for the measurement system.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the sort index for the measurement unit.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.MeasurementUnitType
-
Set the sort index for the measurement unit type.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.Region
-
Set the sort index for the region.
- setSortIndex(Integer) - Method in class africa.absa.inception.reference.TimeZone
-
Set the sort index for the time zone.
- setSovereignState(String) - Method in class africa.absa.inception.reference.Country
-
Set the ISO 3166-1 alpha-2 code for the sovereign state the country is associated with.
- setSystem(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the code for the measurement system.
- setType(String) - Method in class africa.absa.inception.reference.MeasurementUnit
-
Set the code for the measurement unit type.
T
- TimeZone - Class in africa.absa.inception.reference
-
The TimeZone class holds the information for a time zone.
- TimeZone() - Constructor for class africa.absa.inception.reference.TimeZone
-
Constructs a new TimeZone.
- TimeZone(String, String, String, String, Integer) - Constructor for class africa.absa.inception.reference.TimeZone
-
Constructs a new TimeZone.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form