Variable Setting.Store.integer

union Setting.Store
{
  // ...
  long integer;
  // ...
}