VALUE
- Typical use: new Paramspublic class Params<VALUE> extends Object implements IParams<VALUE>
Constructor and Description |
---|
Params() |
Params(String key,
VALUE value) |
Params(VALUE value) |
Modifier and Type | Method and Description |
---|---|
String |
asJSON() |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,VALUE>> |
entrySet() |
VALUE |
get(Object key) |
VALUE |
getLoQualifier() |
VALUE |
getLoValue() |
VALUE |
getUnits() |
VALUE |
getUpQualifier() |
VALUE |
getUpValue() |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
VALUE |
put(String key,
VALUE value) |
void |
putAll(Map<? extends String,? extends VALUE> m) |
VALUE |
remove(Object key) |
void |
setLoQualifier(VALUE qualifier) |
void |
setLoValue(VALUE value) |
void |
setUnits(VALUE unit) |
void |
setUpQualifier(VALUE qualifier) |
void |
setUpValue(VALUE value) |
int |
size() |
String |
toString() |
Collection<VALUE> |
values() |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Params()
public Params(VALUE value)
public int hashCode()
public VALUE getLoValue()
getLoValue
in interface IParams<VALUE>
public VALUE getUpValue()
getUpValue
in interface IParams<VALUE>
public void setLoValue(VALUE value)
setLoValue
in interface IParams<VALUE>
public void setUpValue(VALUE value)
setUpValue
in interface IParams<VALUE>
public VALUE getUpQualifier()
getUpQualifier
in interface IParams<VALUE>
public VALUE getLoQualifier()
getLoQualifier
in interface IParams<VALUE>
public void setUpQualifier(VALUE qualifier)
setUpQualifier
in interface IParams<VALUE>
public void setLoQualifier(VALUE qualifier)
setLoQualifier
in interface IParams<VALUE>
public String asJSON()
asJSON
in interface net.idea.modbcum.i.JSONSerializable
public boolean containsKey(Object key)
containsKey
in interface Map<String,VALUE>
public boolean containsValue(Object value)
containsValue
in interface Map<String,VALUE>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.