XmlMap
Contents
[
Hide
]XmlMap class
Represents Xml map information.
class XmlMap;
Properties
| Property | Type | Description |
|---|---|---|
| name | string | Returns or sets the name of the object. |
| rootElementName | string | Readonly. Gets root element name. |
| dataBinding | XmlDataBinding | Readonly. Gets an XmlDataBinding of this map. |
Methods
| Method | Description |
|---|---|
| getName() | @deprecated. Please use the ’name’ property instead. Returns or sets the name of the object. |
| setName(string) | @deprecated. Please use the ’name’ property instead. Returns or sets the name of the object. |
| getRootElementName() | @deprecated. Please use the ‘rootElementName’ property instead. Gets root element name. |
| getDataBinding() | @deprecated. Please use the ‘dataBinding’ property instead. Gets an XmlDataBinding of this map. |
| isNull() | Checks whether the implementation object is null. |
name
Returns or sets the name of the object.
name : string;
rootElementName
Readonly. Gets root element name.
rootElementName : string;
dataBinding
Readonly. Gets an XmlDataBinding of this map.
dataBinding : XmlDataBinding;
getName()
@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.
getName() : string;
setName(string)
@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.
setName(value: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | The value to set. |
getRootElementName()
@deprecated. Please use the ‘rootElementName’ property instead. Gets root element name.
getRootElementName() : string;
getDataBinding()
@deprecated. Please use the ‘dataBinding’ property instead. Gets an XmlDataBinding of this map.
getDataBinding() : XmlDataBinding;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;