-
- All Implemented Interfaces:
-
java.io.Serializable
public enum ApartmentType implements Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description String
toString()
static Array<ApartmentType>
values()
static ApartmentType
valueOf(String name)
-
-
Method Detail
-
values
static Array<ApartmentType> values()
-
valueOf
static ApartmentType valueOf(String name)
-
-
-
-