Package org.hippoecm.frontend.model.map
Class HippoMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.hippoecm.frontend.model.map.HippoMap
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMixinType(String type)
Set<Map.Entry<String,Object>>
entrySet()
List<String>
getMixinTypes()
String
getPrimaryType()
Object
put(String key, Object value)
void
removeMixinType(String type)
void
reset()
void
save()
void
setPrimaryType(String type)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
HippoMap
public HippoMap()
-
HippoMap
public HippoMap(IHippoMap original)
-
-
Method Detail
-
getPrimaryType
public String getPrimaryType()
- Specified by:
getPrimaryType
in interfaceIHippoMap
-
setPrimaryType
public void setPrimaryType(String type)
-
getMixinTypes
public List<String> getMixinTypes()
- Specified by:
getMixinTypes
in interfaceIHippoMap
-
addMixinType
public void addMixinType(String type)
-
removeMixinType
public void removeMixinType(String type)
-
-