Class Index | File Index

Classes


Class OrdQuery

ORD Query.

The base class for all OrdQuery Objects.
Defined in: ord.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private> <inner>  
Method Summary
Method Attributes Method Name and Description
 
Return the body for the query.
 
Return the ORD Scheme.
 
Return the ORD Scheme name.
 
Return true if the Query is a Host.
 
Return true if the Query is a Session.
<private>  
normalize(list, index)
Normalize the query and return true if modified.
 
Return a String representation of the query.
Class Detail
<private> <inner> OrdQuery()
Method Detail
{String} getBody()
Return the body for the query.
Returns:
{String}

{baja.OrdScheme} getScheme()
Return the ORD Scheme.
Returns:
{baja.OrdScheme}

{String} getSchemeName()
Return the ORD Scheme name.
Returns:
{String}

{Boolean} isHost()
Return true if the Query is a Host.
Returns:
{Boolean}

{Boolean} isSession()
Return true if the Query is a Session.
Returns:
{Boolean}

<private> {Boolean} normalize(list, index)
Normalize the query and return true if modified.
Parameters:
{OrdQueryList} list
{Number} index
Returns:
{Boolean}

{String} toString()
Return a String representation of the query.
Returns:
{String}

Documentation generated by JsDoc Toolkit 2.3.2