Class World

Object
World

public class World extends Object
Intended to retrieve worldwide settings.
Author:
maartenl
  • Constructor Details

  • Method Details

    • getAttribute

      public String getAttribute(String name)
      Returns the attribute with this specific name. Returns null if attribute is not found, or value stored is null.
      Parameters:
      name - the name of the attribute
      Returns:
      the value of the attribute or null if not found