Class PropertyDefinitionCollection
- 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<T>
-
- com.thingworx.types.collections.NamedObjectCollection<PropertyDefinition>
-
- com.thingworx.metadata.collections.PropertyDefinitionCollection
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,PropertyDefinition>
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class PropertyDefinitionCollection extends NamedObjectCollection<PropertyDefinition>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinitionCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataShapeDefinition
toDataShape()
java.lang.String
toString()
-
Methods inherited from class com.thingworx.types.collections.NamedObjectCollection
getNamesAsInfoTable, getOrderedList
-
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
-
toDataShape
@ThingworxExtensionApiMethod(since={6,6}) public DataShapeDefinition toDataShape()
-
toString
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractMap<java.lang.String,PropertyDefinition>
-
-