java.lang.Object
java.lang.Enum<HumanSettlementType>
de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlementType
All Implemented Interfaces:
Serializable, Comparable<HumanSettlementType>, java.lang.constant.Constable

public enum HumanSettlementType extends Enum<HumanSettlementType>
Types of human settlements:
  • village: small clustered human settlement smaller than a town (https://www.wikidata.org/wiki/Q532)
  • town: settlement that is bigger than a village but smaller than a city (https://www.wikidata.org/wiki/Q3957)
  • city: large and permanent human settlement (https://www.wikidata.org/wiki/Q515)
  • city/town: human settlement ("Stadtsiedlung") (https://www.wikidata.org/wiki/Q7930989)
  • Enum Constant Details

  • Method Details

    • values

      public static HumanSettlementType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static HumanSettlementType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null