| Package | com.mapquest |
| Class | public class AutoRouteCovSwitch |
| Inheritance | AutoRouteCovSwitch MQObject |
| Subclasses | AutoMapCovSwitch |
| Method | Defined by | ||
|---|---|---|---|
|
AutoRouteCovSwitch(strXpath:String = "AutoRouteCovSwitch")
| AutoRouteCovSwitch | ||
|
getClassName():String
Returns the text name of this class.
| AutoRouteCovSwitch | ||
|
Returns the m_DataVendorCodes collection.
| AutoRouteCovSwitch | ||
|
getDataVendorCodeUsage():int
Gets the DataVendorCodeUsage for this object.
| AutoRouteCovSwitch | ||
|
getName():String
Gets the name of the Route coverage switching rules being used.
| AutoRouteCovSwitch | ||
|
getObjectVersion():Number
Returns the version of this class.
| AutoRouteCovSwitch | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlValue:XML):void
Assigns the xml that relates to this object.
| AutoRouteCovSwitch | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build an xml string that represents this object.
| AutoRouteCovSwitch | ||
|
setDataVendorCodeUsage(lDataVendorCodeUsage:int):void
Sets the DataVendorCodeUsage for this object.
| AutoRouteCovSwitch | ||
|
setName(strName:String):void
Sets the name of the Route coverage switching rules to use.
| AutoRouteCovSwitch | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| AutoRouteCovSwitch | () | constructor |
public function AutoRouteCovSwitch(strXpath:String = "AutoRouteCovSwitch")Parameters
strXpath:String (default = "AutoRouteCovSwitch") |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDataVendorCodes | () | method |
public function getDataVendorCodes():IntCollectionReturns the m_DataVendorCodes collection.
ReturnsIntCollection —
The m_DataVendorCodes collection.
|
| getDataVendorCodeUsage | () | method |
public function getDataVendorCodeUsage():intGets the DataVendorCodeUsage for this object.
Returnsint — The DataVendorCodeUsage for this object
|
| getName | () | method |
public function getName():StringGets the name of the Route coverage switching rules being used.
ReturnsString — The value of Name
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| loadXml | () | method |
public override function loadXml(xmlValue:XML):voidAssigns the xml that relates to this object.
ParametersxmlValue:XML — strXml the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild an xml string that represents this object.
ReturnsXML — The xml string.
|
| setDataVendorCodeUsage | () | method |
public function setDataVendorCodeUsage(lDataVendorCodeUsage:int):voidSets the DataVendorCodeUsage for this object.
ParameterslDataVendorCodeUsage:int — DataVendorCodeUsage for this object
|
| setName | () | method |
public function setName(strName:String):voidSets the name of the Route coverage switching rules to use. Names of coverage switching rules are defined in the mqserver.ini file.
ParametersstrName:String — strName Name of coverage switching rules to use.
|