|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Property>
net.sf.openv4j.Property
public enum Property
Method Summary | |
---|---|
String |
getLabel()
DOCUMENT ME! |
String |
getName()
DOCUMENT ME! |
String |
toString()
DOCUMENT ME! |
static Property |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Property[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Property UNKNOWN
public static final Property DEVICE_TYPE_ID
public static final Property DEVICE
public static final Property BURNER_STAGE_1
public static final Property BURNER_STAGE_2
public static final Property BURNER_STAGES
public static final Property BURNER
public static final Property OUTSIDE
public static final Property BOILER_WATER
public static final Property BOILER_WATER_HYSTERERSIS_LOW_FIX
public static final Property BOILER_WATER_HYSTERERSIS_UPPER_FIX
public static final Property BOILER_WATER_HYSTERERSIS_UPPER_VARIABLE
public static final Property DHW_CYLINDER
public static final Property DHW_CYLINDER_2
public static final Property DHW_PUMP
public static final Property DHW_RECIRC_PUMP
public static final Property EXHAUST
public static final Property INTERNAL_PUMP
public static final Property THROTTLE_VALVE
public static final Property HEATING_RETURN
public static final Property HEATING_SUPPLY
public static final Property COLLECTOR
public static final Property NACHLADEUNTERDRUECKUNG
public static final Property MONDAY
public static final Property TUESDAY
public static final Property WEDNSDAY
public static final Property THURSDAY
public static final Property FRIDAY
public static final Property SATURDAY
public static final Property SUNDAY
public static final Property MIXER
public static final Property SAVE_MODE
public static final Property PARTY_MODE
public static final Property SLOPE
public static final Property SHIFT
public static final Property OPERATING_TYPE
public static final Property ROOM_NORMAL
public static final Property ROOM_REDUCED
public static final Property ROOM_PARTY
public static final Property ROOM_CURRENT
public static final Property FROST
public static final Property PUMP
public static final Property HEATUP_TIME
public static final Property DHW_HEATUP
public static final Property HOLIDAY_PROGRAMME
public static final Property C2_00
public static final Property C2_02
public static final Property C2_03
public static final Property C2_04
public static final Property C2_05
public static final Property C2_06
public static final Property C2_13
public static final Property C2_1F
public static final Property C2_21
public static final Property C2_23
public static final Property C2_24
public static final Property C2_26
public static final Property C2_28
public static final Property C2_29
public static final Property C2_32
public static final Property C2_33
public static final Property C2_10
public static final Property C2_11
public static final Property C2_12
public static final Property C2_15
public static final Property C2_16
public static final Property C2_17
public static final Property C2_18
public static final Property C2_1A
public static final Property C2_55
public static final Property C2_56
public static final Property C2_58
public static final Property C2_59
public static final Property C2_60
public static final Property C2_61
public static final Property C2_62
public static final Property C2_64
public static final Property C2_66
public static final Property C2_70
public static final Property C2_71
public static final Property C2_72
public static final Property C2_73
public static final Property C2_74
public static final Property C2_75
public static final Property C2_7F
public static final Property C2_80
public static final Property C2_81
public static final Property C2_82
public static final Property C2_83
public static final Property C2_84
public static final Property C2_85
public static final Property C2_86
public static final Property C2_87
public static final Property C2_89
public static final Property C2_8A
public static final Property C2_8E
public static final Property C2_90
public static final Property C2_93
public static final Property C2_94
public static final Property C2_95
public static final Property C2_A0
public static final Property C2_A2
public static final Property C2_A3
public static final Property C2_A4
public static final Property C2_A5
public static final Property C2_A6
public static final Property C2_A7
public static final Property C2_A9
public static final Property C2_B0
public static final Property C2_B1
public static final Property C2_B2
public static final Property C2_B3
public static final Property C2_B5
public static final Property C2_B7
public static final Property C2_B8
public static final Property C2_B9
public static final Property C2_C0
public static final Property C2_C1
public static final Property C2_C2
public static final Property C2_C4
public static final Property C2_C5
public static final Property C2_C6
public static final Property C2_C7
public static final Property C2_C8
public static final Property C2_C9
public static final Property C2_E1
public static final Property C2_E2
public static final Property C2_E5
public static final Property C2_E6
public static final Property C2_E7
public static final Property C2_E8
public static final Property C2_E9
public static final Property C2_F0
public static final Property C2_F1
public static final Property C2_F2
public static final Property ERROR_1
public static final Property ERROR_2
public static final Property ERROR_3
public static final Property ERROR_4
public static final Property ERROR_5
public static final Property ERROR_6
public static final Property ERROR_7
public static final Property ERROR_8
public static final Property ERROR_9
public static final Property ERROR_10
public static final Property STATUS_ERROR
Method Detail |
---|
public static Property[] values()
for (Property c : Property.values()) System.out.println(c);
public static Property valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getName()
public String getLabel()
public String toString()
toString
in class Enum<Property>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |