Class ValueCollection

All Implemented Interfaces:
IDiffableObject, Serializable, Cloneable, Map<String,IPrimitiveType>
Direct Known Subclasses:
AspectCollection

@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class ValueCollection extends HashMap<String,IPrimitiveType> implements Cloneable, IDiffableObject
A ValueCollection is a HashMap that maps Strings to Primitives. ValueCollections are used within InfoTables to represent rows of data.
See Also: