| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.model |
Package which contains all models.
|
| com.github.dannil.scbjavaclient.model.environment.landandwaterarea |
Package which contains the models for environment land and water area data.
|
| com.github.dannil.scbjavaclient.model.population.amount |
Package which contains the models for population amount data.
|
| com.github.dannil.scbjavaclient.model.population.averageage |
Package which contains the models for population average age data.
|
| com.github.dannil.scbjavaclient.model.population.demography |
Package which contains the models for population demography data.
|
| com.github.dannil.scbjavaclient.model.population.density |
Package which contains the models for population density data.
|
| com.github.dannil.scbjavaclient.model.population.livebirths |
Package which contains the models for population live births data.
|
| com.github.dannil.scbjavaclient.model.population.name |
Package which contains the models for population name data.
|
| com.github.dannil.scbjavaclient.model.population.partnership |
Package which contains the models for population partnership data.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ValueNode<V>> |
AbstractValueModel.values |
| Modifier and Type | Method and Description |
|---|---|
ValueNode<V> |
AbstractValueModel.getValue(String key)
Get the value node for a specific contents code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueNode<V>> |
AbstractValueModel.getValues()
Getter for values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueModel.setValues(List<ValueNode<V>> values)
Setter for values.
|
| Constructor and Description |
|---|
AbstractRegionYearAndValueModel(R region,
Y year,
List<ValueNode<V>> values)
Overloaded constructor.
|
AbstractValueModel(List<ValueNode<V>> values)
Overloaded constructor.
|
AbstractYearAndValueModel(Y year,
List<ValueNode<V>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
Area(String region,
String type,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
Population(String region,
String relationshipStatus,
String age,
Integer gender,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
AverageAge(String region,
String gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
FertilityRate(String region,
Integer gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
MeanAgeFirstChild(String region,
Integer gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
Density(String region,
String sex,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
LiveBirth(String region,
String motherAge,
Integer gender,
Integer year,
List<ValueNode<Long>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
NumberOfChildrenBornWithFirstName(String firstname,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
Partnership(String region,
String maritalStatus,
String sex,
Integer year,
List<ValueNode<Integer>> values)
Overloaded constructor.
|
PartnershipChange(String region,
String maritalStatus,
String sex,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
Copyright © 2017. All rights reserved.