Package com.thingworx.metadata
Interface ICategorizedObject
-
- All Known Implementing Classes:
EventDefinition
,PropertyDefinition
,ServiceDefinition
@ThingworxExtensionApiClass(since={6,6}) public interface ICategorizedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCategory()
void
setCategory(java.lang.String value)
-
-
-
Method Detail
-
getCategory
@ThingworxExtensionApiMethod(since={6,6}) java.lang.String getCategory()
-
setCategory
@ThingworxExtensionApiMethod(since={6,6}) void setCategory(java.lang.String value)
-
-