Uses of Class
org.rockhopper.smarthome.wes.jwes.model.data.type.Field
Packages that use Field
Package
Description
-
Uses of Field in org.rockhopper.smarthome.wes.jwes.communicator.tcp
Methods in org.rockhopper.smarthome.wes.jwes.communicator.tcp with parameters of type FieldModifier and TypeMethodDescription<V,W> void TcpPolling.forceUpdate(Field<V, W> field, V newValue) -
Uses of Field in org.rockhopper.smarthome.wes.jwes.communicator.xml
Methods in org.rockhopper.smarthome.wes.jwes.communicator.xml with parameters of type FieldModifier and TypeMethodDescriptionXmlProtocol.getWesCommand(Field<?, ?> field) XmlProtocol.getWesFormat(Field<?, ?> field) -
Uses of Field in org.rockhopper.smarthome.wes.jwes.model
Methods in org.rockhopper.smarthome.wes.jwes.model that return types with arguments of type FieldMethods in org.rockhopper.smarthome.wes.jwes.model with parameters of type FieldModifier and TypeMethodDescription<V,W> void WesServer.forceUpdate(Field<V, W> field, V newValue) -
Uses of Field in org.rockhopper.smarthome.wes.jwes.model.data
Subclasses of Field in org.rockhopper.smarthome.wes.jwes.model.dataMethods in org.rockhopper.smarthome.wes.jwes.model.data that return FieldModifier and TypeMethodDescriptionTeleInfo.getAboName()TeleInfo.getAdco()WesRelaysCard.getCardType()WesPulseCounter.getCurrentIndex()WesInfo.getDate()WesPulseCounter.getDebit()WesInfo.getFirmware()TeleInfo.getiAbo()WesRelaysCard.getId()WesSensor.getId()TeleInfo.getIinstMono()TeleInfo.getIndex1()WesPulseCounter.getMonthConsumption()TeleInfo.getName()WesOneWireRelay.getName()WesPulseCounter.getName()WesRelay.getName()WesRelaysCard.getName()WesSensor.getName()WesInfo.getNbHumidSensors()WesInfo.getNbRelaysCards()WesInfo.getNbTempSensors()TeleInfo.getpApps()WesOneWireRelay.getState()WesRelaysCard.getStates()WesRelaysCards.getStates()WesInfo.getTime()WesPulseCounter.getTodayConsumption()WesSensor.getType()WesRelay.getValue()WesSensor.getValue()TeleInfo.getVoltages()WesPulseCounter.getYearConsumption()WesPulseCounter.getYesterdayConsumption()Methods in org.rockhopper.smarthome.wes.jwes.model.data with parameters of type FieldModifier and TypeMethodDescriptionvoidTeleInfo.setAboName(Field<String, Void> aboName) voidvoidWesRelaysCard.setCardType(Field<String, Void> cardType) voidWesPulseCounter.setCurrentIndex(Field<BigDecimal, Void> currentIndex) voidvoidWesPulseCounter.setDebit(Field<BigDecimal, Void> debit) voidWesInfo.setFirmware(Field<String, Void> firmware) voidvoidvoidTeleInfo.setIinstMono(Field<Byte, Void> iinstMono) voidvoidWesPulseCounter.setMonthConsumption(Field<BigDecimal, Void> monthConsumption) voidvoidvoidvoidvoidvoidvoidWesInfo.setNbHumidSensors(Field<Byte, Void> nbHumidSensors) voidWesInfo.setNbRelaysCards(Field<Byte, Void> nbRelaysCards) voidWesInfo.setNbTempSensors(Field<Byte, Void> nbTempSensors) voidvoidvoidvoidvoidvoidWesPulseCounter.setTodayConsumption(Field<BigDecimal, Void> todayConsumption) voidvoidvoidWesSensor.setValue(Field<BigDecimal, Void> value) voidTeleInfo.setVoltages(Field<String, Void> voltages) voidWesPulseCounter.setYearConsumption(Field<BigDecimal, Void> yearConsumption) voidWesPulseCounter.setYesterdayConsumption(Field<BigDecimal, Void> yesterdayConsumption) -
Uses of Field in org.rockhopper.smarthome.wes.jwes.model.data.type
Methods in org.rockhopper.smarthome.wes.jwes.model.data.type that return FieldConstructors in org.rockhopper.smarthome.wes.jwes.model.data.type with parameters of type Field -
Uses of Field in org.rockhopper.smarthome.wes.jwes.model.helper
Methods in org.rockhopper.smarthome.wes.jwes.model.helper that return types with arguments of type FieldModifier and TypeMethodDescriptionThis method assumes that wesData is already labeled!Methods in org.rockhopper.smarthome.wes.jwes.model.helper with parameters of type FieldModifier and TypeMethodDescriptionprotected abstract voidWesDataNavigatorHelper.processField(String context, T input, String propertyName, Field<?, ?> field) protected voidWesLabelsHelper.processField(String context, Set<Field<?, ?>> input, String propertyName, Field<?, ?> field) protected voidWesPrioritiesHelper.processField(String context, Map<Field<?, ?>, Byte> input, String propertyName, Field<?, ?> field) Method parameters in org.rockhopper.smarthome.wes.jwes.model.helper with type arguments of type FieldModifier and TypeMethodDescriptionprotected voidWesLabelsHelper.processField(String context, Set<Field<?, ?>> input, String propertyName, Field<?, ?> field) protected voidWesPrioritiesHelper.processField(String context, Map<Field<?, ?>, Byte> input, String propertyName, Field<?, ?> field) protected voidWesLabelsHelper.processList(String context, Set<Field<?, ?>> input, String propertyName, List<?> list) protected voidWesPrioritiesHelper.processList(String context, Map<Field<?, ?>, Byte> input, String propertyName, List<?> list)