Class PropertyMapImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.data.impl.PropertyMapImpl
- All Implemented Interfaces:
PropertyMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain all the values stored on the mapObtain the collection of property names on the mapgetValueFor
(String key) Retrieves the value of a given property, or null if the property is not present
-
Field Details
-
properties
-
-
Constructor Details
-
PropertyMapImpl
-
-
Method Details
-
getValueFor
Description copied from interface:PropertyMap
Retrieves the value of a given property, or null if the property is not present- Specified by:
getValueFor
in interfacePropertyMap
- Parameters:
key
- the name of the property required
-
getPropertyNames
Description copied from interface:PropertyMap
Obtain the collection of property names on the map- Specified by:
getPropertyNames
in interfacePropertyMap
-
getAllValues
Description copied from interface:PropertyMap
Obtain all the values stored on the map- Specified by:
getAllValues
in interfacePropertyMap
-