toBMKWeatherServerType method

BMKWeatherServerType toBMKWeatherServerType()

Implementation

BMKWeatherServerType toBMKWeatherServerType() {
  switch (this) {
    case 0: return BMKWeatherServerType.BMKWeatherServerTypeDefault;
    case 1: return BMKWeatherServerType.BMKLanguageServerTypeAbroad;
    default: return BMKWeatherServerType.values[this + 0];
  }
}