Package | Description |
---|---|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static CityType |
CityType.getDefault()
Get the enum constant that is considered to be the default.
|
static CityType |
CityType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
CityType |
StkCityDatabaseQuery.getTypeOfCity()
|
CityType |
StkCityDatabaseEntry.getTypeOfCity()
Gets the type of the city.
|
static CityType |
CityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CityType[] |
CityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StkCityDatabaseQuery.setTypeOfCity(CityType value)
|
void |
StkCityDatabaseEntry.setTypeOfCity(CityType value)
Sets the type of the city.
|