Uses of Enum
model.Settlement.TypeEnum
Packages that use Settlement.TypeEnum
-
Uses of Settlement.TypeEnum in model
Methods in model that return Settlement.TypeEnumModifier and TypeMethodDescriptionstatic Settlement.TypeEnumSettlement.getType()Type of `Settlement`.Settlement.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Settlement.TypeEnumReturns the enum constant of this type with the specified name.static Settlement.TypeEnum[]Settlement.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Settlement.TypeEnumModifier and TypeMethodDescriptionvoidSettlement.setType(Settlement.TypeEnum type) Settlement.type(Settlement.TypeEnum type) voidSettlement.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Settlement.TypeEnum enumeration)