public enum HomematicType extends Enum<HomematicType>
| Modifier and Type | Method and Description |
|---|---|
static HomematicType |
forPort(int port) |
int |
getDefaultPort() |
int |
getTlsPort() |
static HomematicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomematicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HomematicType Wired
public static final HomematicType BidCos
public static final HomematicType Ip
public static HomematicType[] values()
for (HomematicType c : HomematicType.values()) System.out.println(c);
public static HomematicType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getDefaultPort()
public int getTlsPort()
public static HomematicType forPort(int port)
Copyright © 2019. All rights reserved.