Uses of Class
de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlementType
-
Packages that use HumanSettlementType Package Description de.digitalcollections.model.identifiable.entity.geo.location -
-
Uses of HumanSettlementType in de.digitalcollections.model.identifiable.entity.geo.location
Methods in de.digitalcollections.model.identifiable.entity.geo.location that return HumanSettlementType Modifier and Type Method Description HumanSettlementTypeHumanSettlement. getHumanSettlementType()static HumanSettlementTypeHumanSettlementType. valueOf(String name)Returns the enum constant of this type with the specified name.static HumanSettlementType[]HumanSettlementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.identifiable.entity.geo.location with parameters of type HumanSettlementType Modifier and Type Method Description voidHumanSettlement. setHumanSettlementType(HumanSettlementType humanSettlementType)
-