@ThingworxExtensionApiClass(since={6,6}) public static enum RESTAPIConstants.Characteristic extends java.lang.Enum<RESTAPIConstants.Characteristic>
Enum Constant and Description |
---|
ConfigurationTables |
Content |
Custom |
Events |
Properties |
PropertiesVTQ |
Services |
Unknown |
Modifier and Type | Method and Description |
---|---|
byte |
code() |
static RESTAPIConstants.Characteristic |
fromCode(byte code) |
static RESTAPIConstants.Characteristic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RESTAPIConstants.Characteristic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESTAPIConstants.Characteristic Services
public static final RESTAPIConstants.Characteristic PropertiesVTQ
public static final RESTAPIConstants.Characteristic ConfigurationTables
public static final RESTAPIConstants.Characteristic Unknown
public static final RESTAPIConstants.Characteristic Events
public static final RESTAPIConstants.Characteristic Content
public static final RESTAPIConstants.Characteristic Custom
public static final RESTAPIConstants.Characteristic Properties
public static RESTAPIConstants.Characteristic[] values()
for (RESTAPIConstants.Characteristic c : RESTAPIConstants.Characteristic.values()) System.out.println(c);
public static RESTAPIConstants.Characteristic valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@ThingworxExtensionApiMethod(since={6,6}) public byte code()
@ThingworxExtensionApiMethod(since={6,6}) public static RESTAPIConstants.Characteristic fromCode(byte code)