Class DatasetElement
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.simple.Element
com.inductiveautomation.ignition.common.sqltags.importexport.DatasetElement
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Deprecated.protected class
Deprecated.Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.Element
Element.ValidationResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.Element
getLocale, getName, setAttributes, setLocale, setName, setRawValue, validate
-
Field Details
-
ELEMID_COL
Deprecated.- See Also:
-
ELEMID_COLUMNS
Deprecated.- See Also:
-
ELEMID_ROWS
Deprecated.- See Also:
-
ELEMID_ROW
Deprecated.- See Also:
-
ELEMID_CELL
Deprecated.- See Also:
-
ATTR_DATATYPE
Deprecated.- See Also:
-
-
Constructor Details
-
DatasetElement
public DatasetElement()Deprecated.
-
-
Method Details
-
addChild
Deprecated. -
getValue
Deprecated. -
resolveType
Deprecated.Description copied from class:Element
This allows complex elements to return their own implementation or definitions for element types. When a new element is encountered, the system works its way up through the current stack, and finally ends up at the types registered on the reader. This should return null if the element doesn't provide a custom type for the given name.
The class returned can be a non-static class. In that case, it will get instantiated against the object returning it.- Overrides:
resolveType
in classElement
- Parameters:
name
- the lower cased element name.- Returns:
- a class that represents the element, or null if unknown.
-