Package com.thingworx.types.primitives
Class TagCollectionPrimitive
java.lang.Object
com.thingworx.types.primitives.TagCollectionPrimitive
- All Implemented Interfaces:
IPrimitiveType<TagCollectionPrimitive,
,TagCollection> Serializable
,Cloneable
,Comparable
,Comparator<TagCollectionPrimitive>
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class TagCollectionPrimitive
extends Object
implements IPrimitiveType<TagCollectionPrimitive,TagCollection>, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
static TagCollectionPrimitive
convertFromObject
(Object data) getValue()
void
setValue
(TagCollection value) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TagCollectionPrimitive
-
TagCollectionPrimitive
@ThingworxExtensionApiMethod(since={6,6}) public TagCollectionPrimitive(TagCollection tagCollection)
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection>
-
getBaseType
- Specified by:
getBaseType
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection>
-
setValue
- Specified by:
setValue
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection>
-
getSerializedValue
- Specified by:
getSerializedValue
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection>
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
compare
@ThingworxExtensionApiMethod(since={6,6}) public int compare(TagCollectionPrimitive v1, TagCollectionPrimitive v2) - Specified by:
compare
in interfaceComparator<TagCollectionPrimitive>
-
convertFromObject
@ThingworxExtensionApiMethod(since={6,6}) public static TagCollectionPrimitive convertFromObject(Object data) throws Exception - Throws:
Exception
- If an error occurs
-
clone
- Specified by:
clone
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection> - Overrides:
clone
in classObject
-
getStringValue
- Specified by:
getStringValue
in interfaceIPrimitiveType<TagCollectionPrimitive,
TagCollection>
-