Package com.thingworx.metadata
Class ConfigurationTableDefinition
- java.lang.Object
-
- com.thingworx.types.NamedObject
-
- com.thingworx.metadata.ConfigurationTableDefinition
-
- All Implemented Interfaces:
ISupportsAccessModifier
,ISupportsDeprecation
,IDiffableObject
,IAspectContainer
,INamedObject
,java.io.Serializable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ConfigurationTableDefinition extends NamedObject implements ISupportsAccessModifier, ISupportsDeprecation, IAspectContainer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DataShapeDefinitionRetriever
retriever
-
Fields inherited from class com.thingworx.types.NamedObject
NAME_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description ConfigurationTableDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
DataShapeDefinition
getDataShape()
int
getOrdinal()
boolean
isHidden()
boolean
isMultiRow()
-
Methods inherited from class com.thingworx.types.NamedObject
getDescription, getName, setDescription, setName, toValueCollection
-
Methods inherited from class java.lang.Object
clone, 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
-
-
-
-
Field Detail
-
retriever
public static DataShapeDefinitionRetriever retriever
-
-
Method Detail
-
getCategory
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getCategory()
-
getDataShape
@ThingworxExtensionApiMethod(since={6,6}) public DataShapeDefinition getDataShape()
-
isMultiRow
@ThingworxExtensionApiMethod(since={6,6}) public boolean isMultiRow()
-
getOrdinal
@ThingworxExtensionApiMethod(since={6,6}) public int getOrdinal()
-
isHidden
@ThingworxExtensionApiMethod(since={7,4}) public boolean isHidden()
-
-