public interface PropertyValueMap
PropertyValueMap.
Used for validate property values from the LogiCommerce Backoffice.
- Since:
- 1.1.16
- Author:
- LogiCommerce
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) Check if the property value exists.<T> TGet property value with its type.Get raw property value.booleanisEmpty()Check if the property value is empty.keySet()Get all property keys.
-
Method Details
-
get
Get property value with its type. -
getRaw
Get raw property value.- Parameters:
key- aStringobject- Returns:
- the property value as Object
-
containsKey
Check if the property value exists.- Parameters:
key- aStringobject- Returns:
- true, if successful
-
isEmpty
boolean isEmpty()Check if the property value is empty.- Returns:
- true, if successful
-
keySet
Get all property keys.- Returns:
- a Set of property keys
-