Package com.thingworx.types
Class ConfigurationTable
- java.lang.Object
-
- com.thingworx.types.InfoTable
-
- com.thingworx.types.ConfigurationTable
-
- All Implemented Interfaces:
ISupportsAccessModifier
,ISupportsDeprecation
,IDiffableObject
,IAspectContainer
,INamedObject
,java.lang.Cloneable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ConfigurationTable extends InfoTable implements INamedObject, java.lang.Cloneable, ISupportsAccessModifier, ISupportsDeprecation, IAspectContainer
-
-
Field Summary
-
Fields inherited from class com.thingworx.types.InfoTable
ROWS_ELEMENT_NAME
-
-
Constructor Summary
Constructors Constructor Description ConfigurationTable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationTable
fromJSON(org.json.JSONObject jsonObject)
java.lang.String
getDescription()
java.lang.String
getName()
int
getOrdinal()
boolean
isHidden()
boolean
isMultiRow()
void
setDescription(java.lang.String description)
void
setHidden(boolean value)
void
setMultiRow(boolean value)
void
setName(java.lang.String name)
void
setOrdinal(int value)
-
Methods inherited from class com.thingworx.types.InfoTable
addField, AddField, addRow, AddRow, addRowBeginning, addRowsFrom, clone, cloneStructure, currentRow, delete, delete, deleteRowsToNewTable, filter, filterRows, filterRowsToNewTable, FilterToNewTable, find, find, find, findIndex, fromJSONWithoutDefaults, getDataShape, getField, getFieldCount, getFirstRow, getIndex, getLastRow, getLength, getPublicDataShape, getReturnValue, getRow, getRowCount, getRows, getRowValue, hasField, indexOn, indexOn, isEmpty, isType, moveToFirst, nextRow, quickSort, quickSort, removeAllRows, RemoveField, removeRow, reverse, reverseRowJsons, setDataShape, setRow, setRows, sortRows, sortRowsToNewTable, toJSON, topN, topNToNewTable, updateRowsToNewTable
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.thingworx.accesscontrol.ISupportsAccessModifier
getAccessModifier, getAccessModifierScope, getExemptList, hasAccessModifier, isInternalAccess, isPrivateAccess, isRestrictedAccess
-
Methods inherited from interface com.thingworx.deprecation.ISupportsDeprecation
getDeprecated, isDeprecated, isDeprecatedBefore, since
-
-
-
-
Method Detail
-
getName
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getName()
- Specified by:
getName
in interfaceINamedObject
-
setName
@ThingworxExtensionApiMethod(since={6,6}) public void setName(java.lang.String name)
-
getDescription
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceINamedObject
-
setDescription
@ThingworxExtensionApiMethod(since={6,6}) public void setDescription(java.lang.String description)
-
isMultiRow
@ThingworxExtensionApiMethod(since={6,6}) public boolean isMultiRow()
-
setMultiRow
@ThingworxExtensionApiMethod(since={6,6}) public void setMultiRow(boolean value)
-
getOrdinal
@ThingworxExtensionApiMethod(since={6,6}) public int getOrdinal()
-
setOrdinal
@ThingworxExtensionApiMethod(since={6,6}) public void setOrdinal(int value)
-
setHidden
@ThingworxExtensionApiMethod(since={7,4}) public void setHidden(boolean value)
-
isHidden
@ThingworxExtensionApiMethod(since={7,4}) public boolean isHidden()
-
fromJSON
@ThingworxExtensionApiMethod(since={6,6}) public static ConfigurationTable fromJSON(org.json.JSONObject jsonObject) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-