net.sf.openv4j
Enum Devices
java.lang.Object
java.lang.Enum<Devices>
net.sf.openv4j.Devices
- All Implemented Interfaces:
- Serializable, Comparable<Devices>
public enum Devices
- extends Enum<Devices>
- implements Serializable
GWG_BT2
public static final Devices GWG_BT2
GWG_VBEM
public static final Devices GWG_VBEM
GWG_VBT
public static final Devices GWG_VBT
GWG_VWMS
public static final Devices GWG_VWMS
HV_GWG
public static final Devices HV_GWG
HV_V050
public static final Devices HV_V050
HV_V300KW3
public static final Devices HV_V300KW3
V050HK1M
public static final Devices V050HK1M
V050HK1S
public static final Devices V050HK1S
V050HK1W
public static final Devices V050HK1W
V050HK3S
public static final Devices V050HK3S
V050HK3W
public static final Devices V050HK3W
V100GC1
public static final Devices V100GC1
V100KC2
public static final Devices V100KC2
V150KB1
public static final Devices V150KB1
V200GW1
public static final Devices V200GW1
V200KW1
public static final Devices V200KW1
V200KW2
public static final Devices V200KW2
V300GW2
public static final Devices V300GW2
V300KW3
public static final Devices V300KW3
V333MW1
public static final Devices V333MW1
V333MW1S
public static final Devices V333MW1S
V333MW2
public static final Devices V333MW2
VDensHC1
public static final Devices VDensHC1
VDensHC2
public static final Devices VDensHC2
VDensHO1
public static final Devices VDensHO1
Vitocom300
public static final Devices Vitocom300
VPendHC1
public static final Devices VPendHC1
VPendHC2
public static final Devices VPendHC2
VPendHO1
public static final Devices VPendHO1
VPlusHC1
public static final Devices VPlusHC1
VPlusHC2
public static final Devices VPlusHC2
VPlusHO1
public static final Devices VPlusHO1
VScotHC1
public static final Devices VScotHC1
VScotHC2
public static final Devices VScotHC2
VScotHO1
public static final Devices VScotHO1
values
public static Devices[] 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 (Devices c : Devices.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Devices valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getId
public int getId()
getName
public String getName()
getLabel
public String getLabel()
getDeviceById
public static Devices getDeviceById(int devId)
getProtocols
public Protocol[] getProtocols()
Copyright © 2010 OpenV4J. All Rights Reserved.