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