public class DefaultFeatures extends Object
Modifier and Type | Field and Description |
---|---|
static ItemCustomizer |
ASUM |
static ItemCustomizer |
BLOCK |
static ItemCustomizer |
MANUAL_OVERRIDE |
static ItemCustomizer |
WRITE_LOGGER |
Constructor and Description |
---|
DefaultFeatures() |
Modifier and Type | Method and Description |
---|---|
static ItemCustomizer |
ASUM() |
static ItemCustomizer |
ASUM(int level) |
static ItemCustomizer |
BLOCK() |
static ItemCustomizer |
BOOL_MONITOR(boolean referenceValue,
Severity severity,
boolean requireAck) |
static ItemCustomizer |
H(Double value) |
static ItemCustomizer |
HH(Double value) |
static ItemCustomizer |
L(Double value) |
static ItemCustomizer |
LL(Double value) |
static ItemCustomizer |
MANUAL_OVERRIDE(String value) |
static ItemCustomizer |
MAPPER(DataMapper mapper) |
static ItemCustomizer |
MAPPER(DataMapper mapper,
String sourceAttribute,
String targetAttribute) |
static ItemCustomizer |
MAX(Double value) |
static ItemCustomizer |
MIN(Double value) |
static void |
registerFeature(Item item,
ItemFeatureEntry feature) |
static ItemCustomizer |
ROUND(RoundingType type) |
static ItemCustomizer |
SCALE(Double factor,
Double offset) |
static ItemCustomizer |
WRITE_LOGGER(boolean logWrites,
boolean logSubscriptionChange,
boolean logValueChange,
boolean logAttributesChange) |
public static final ItemCustomizer WRITE_LOGGER
public static ItemCustomizer MANUAL_OVERRIDE
public static ItemCustomizer ASUM
public static ItemCustomizer BLOCK
public static final ItemCustomizer WRITE_LOGGER(boolean logWrites, boolean logSubscriptionChange, boolean logValueChange, boolean logAttributesChange)
public static ItemCustomizer MANUAL_OVERRIDE(String value)
public static ItemCustomizer MIN(Double value)
public static ItemCustomizer MAX(Double value)
public static ItemCustomizer H(Double value)
public static ItemCustomizer HH(Double value)
public static ItemCustomizer L(Double value)
public static ItemCustomizer LL(Double value)
public static ItemCustomizer ASUM(int level)
public static ItemCustomizer ASUM()
public static ItemCustomizer BOOL_MONITOR(boolean referenceValue, Severity severity, boolean requireAck)
public static ItemCustomizer SCALE(Double factor, Double offset)
public static ItemCustomizer ROUND(RoundingType type)
public static ItemCustomizer BLOCK()
public static void registerFeature(Item item, ItemFeatureEntry feature)
public static ItemCustomizer MAPPER(DataMapper mapper, String sourceAttribute, String targetAttribute)
public static ItemCustomizer MAPPER(DataMapper mapper)