Package com.thingworx.things.collections
Class ThingPropertyCollection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,T>
-
- com.thingworx.types.collections.GenericObjectCollection<ThingProperty>
-
- com.thingworx.things.collections.ThingPropertyCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,ThingProperty>
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ThingPropertyCollection extends GenericObjectCollection<ThingProperty>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThingPropertyCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPropertyValuesInitialized()
-
Methods inherited from class com.thingworx.types.collections.GenericObjectCollection
containsEntity, getDescription, getName, getNames
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
isPropertyValuesInitialized
@ThingworxExtensionApiMethod(since={6,6}) public boolean isPropertyValuesInitialized()
-
-