Package com.seam.api.types
Enum UnmanagedListRequestManufacturer
- java.lang.Object
-
- java.lang.Enum<UnmanagedListRequestManufacturer>
-
- com.seam.api.types.UnmanagedListRequestManufacturer
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UnmanagedListRequestManufacturer>
public enum UnmanagedListRequestManufacturer extends java.lang.Enum<UnmanagedListRequestManufacturer>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static UnmanagedListRequestManufacturervalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnmanagedListRequestManufacturer[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AKUVOX
public static final UnmanagedListRequestManufacturer AKUVOX
-
AUGUST
public static final UnmanagedListRequestManufacturer AUGUST
-
BRIVO
public static final UnmanagedListRequestManufacturer BRIVO
-
BUTTERFLYMX
public static final UnmanagedListRequestManufacturer BUTTERFLYMX
-
DOORKING
public static final UnmanagedListRequestManufacturer DOORKING
-
GENIE
public static final UnmanagedListRequestManufacturer GENIE
-
IGLOO
public static final UnmanagedListRequestManufacturer IGLOO
-
KEYWE
public static final UnmanagedListRequestManufacturer KEYWE
-
KWIKSET
public static final UnmanagedListRequestManufacturer KWIKSET
-
LINEAR
public static final UnmanagedListRequestManufacturer LINEAR
-
LOCKLY
public static final UnmanagedListRequestManufacturer LOCKLY
-
NUKI
public static final UnmanagedListRequestManufacturer NUKI
-
PHILIA
public static final UnmanagedListRequestManufacturer PHILIA
-
SALTO
public static final UnmanagedListRequestManufacturer SALTO
-
SAMSUNG
public static final UnmanagedListRequestManufacturer SAMSUNG
-
SCHLAGE
public static final UnmanagedListRequestManufacturer SCHLAGE
-
SEAM
public static final UnmanagedListRequestManufacturer SEAM
-
UNKNOWN
public static final UnmanagedListRequestManufacturer UNKNOWN
-
YALE
public static final UnmanagedListRequestManufacturer YALE
-
MINUT
public static final UnmanagedListRequestManufacturer MINUT
-
TWO_N
public static final UnmanagedListRequestManufacturer TWO_N
-
TTLOCK
public static final UnmanagedListRequestManufacturer TTLOCK
-
NEST
public static final UnmanagedListRequestManufacturer NEST
-
IGLOOHOME
public static final UnmanagedListRequestManufacturer IGLOOHOME
-
ECOBEE
public static final UnmanagedListRequestManufacturer ECOBEE
-
HUBITAT
public static final UnmanagedListRequestManufacturer HUBITAT
-
-
Method Detail
-
values
public static UnmanagedListRequestManufacturer[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UnmanagedListRequestManufacturer c : UnmanagedListRequestManufacturer.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UnmanagedListRequestManufacturer valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<UnmanagedListRequestManufacturer>
-
-