Class MapValue
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.models.ext.MapValue
- All Implemented Interfaces:
ComplexValue<MapValue>
The complex value for an open type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String name) entrySet()boolean<P> PgetProperty(Property<P> property) Get the value of the given property.inthashCode()booleanisEmpty()<P> MapValuesetProperty(Property<P> property, P value) Set the given property to the given value.
-
Constructor Details
-
MapValue
public MapValue() -
MapValue
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getContent
-
entrySet
-
get
-
containsKey
-
put
-
getProperty
Description copied from interface:ComplexValueGet the value of the given property.- Specified by:
getPropertyin interfaceComplexValue<MapValue>- Type Parameters:
P- The type of the property and value.- Parameters:
property- The property to get the value of.- Returns:
- the value of the requested property.
-
setProperty
Description copied from interface:ComplexValueSet the given property to the given value.- Specified by:
setPropertyin interfaceComplexValue<MapValue>- Type Parameters:
P- The type of the property.- Parameters:
property- The property to set.value- The value to set the property to.- Returns:
- this
-
equals
-
hashCode
public int hashCode()
-