C# Class DataDictionary.Generated.SubSequence

Inheritance: DataDictionary.Namable
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
SubSequence ( ) : System
allTestCases ( ) : ArrayList

Part of the list interface for TestCases

appendTestCases ( Lock aLock, TestCase el ) : void
appendTestCases ( System coll ) : void

Part of the list interface for TestCases

appendTestCases ( System coll, Lock aLock ) : void
appendTestCases ( TestCase el ) : void

Part of the list interface for TestCases

copyTo ( SubSequence other ) : void
countTestCases ( ) : int

Part of the list interface for TestCases

deleteTestCases ( int idx ) : void

Part of the list interface for TestCases This deletion function removes an element from the collection in TestCases

deleteTestCases ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getCompleted ( ) : bool
getD_LRBG ( ) : string
getLevel ( ) : string
getMode ( ) : string
getNID_LRBG ( ) : string
getQ_DIRLRBG ( ) : string
getQ_DIRTRAIN ( ) : string
getQ_DLRBG ( ) : string
getRBCPhone ( ) : string
getRBC_ID ( ) : string
getRuleCheckDisabling ( ) : RuleCheckDisabling
getTestCases ( int idx ) : TestCase

Part of the list interface for TestCases This function returns an element from the collection in TestCases based on an index.

indexOfTestCases ( IXmlBBase el ) : int

Part of the list interface for TestCases This function returns the index of an element in the collection.

insertTestCases ( int idx, TestCase el ) : void

Part of the list interface for TestCases This insertion function inserts a new element in the collection in TestCases

insertTestCases ( int idx, TestCase el, Lock aLock ) : void
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBooster.XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeTestCases ( IXmlBBase obj ) : void

Part of the list interface for TestCases This deletion function removes an element from the collection in TestCases If the object given in parameter is not found in the the collection, this function does nothing.

removeTestCases ( IXmlBBase obj, Lock aLock ) : void
setAllTestCases ( Lock aLock, System coll ) : void
setAllTestCases ( System coll ) : void

Part of the list interface for TestCases

setComment ( string v ) : void
setCompleted ( bool v ) : void
setD_LRBG ( string v ) : void
setLevel ( string v ) : void
setMode ( string v ) : void
setNID_LRBG ( string v ) : void
setQ_DIRLRBG ( string v ) : void
setQ_DIRTRAIN ( string v ) : void
setQ_DLRBG ( string v ) : void
setRBCPhone ( string v ) : void
setRBC_ID ( string v ) : void
setRuleCheckDisabling ( RuleCheckDisabling v ) : void
subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

Private Methods

Method Description
getTestCases ( ) : ArrayList

Part of the list interface for TestCases

Method Details

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

SubSequence() public method

public SubSequence ( ) : System
return System

allTestCases() public method

Part of the list interface for TestCases
public allTestCases ( ) : ArrayList
return System.Collections.ArrayList

appendTestCases() public method

public appendTestCases ( Lock aLock, TestCase el ) : void
aLock Lock
el TestCase
return void

appendTestCases() public method

Part of the list interface for TestCases
public appendTestCases ( System coll ) : void
coll System a collection ofTestCases to add to the collection in /// TestCases
return void

appendTestCases() public method

public appendTestCases ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendTestCases() public method

Part of the list interface for TestCases
public appendTestCases ( TestCase el ) : void
el TestCase a TestCase to add to the collection in /// TestCases
return void

copyTo() public method

public copyTo ( SubSequence other ) : void
other SubSequence
return void

countTestCases() public method

Part of the list interface for TestCases
public countTestCases ( ) : int
return int

deleteTestCases() public method

Part of the list interface for TestCases This deletion function removes an element from the collection in TestCases
public deleteTestCases ( int idx ) : void
idx int the index of the element to remove
return void

deleteTestCases() public method

public deleteTestCases ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getComment() public method

public getComment ( ) : string
return string

getCompleted() public method

public getCompleted ( ) : bool
return bool

getD_LRBG() public method

public getD_LRBG ( ) : string
return string

getLevel() public method

public getLevel ( ) : string
return string

getMode() public method

public getMode ( ) : string
return string

getNID_LRBG() public method

public getNID_LRBG ( ) : string
return string

getQ_DIRLRBG() public method

public getQ_DIRLRBG ( ) : string
return string

getQ_DIRTRAIN() public method

public getQ_DIRTRAIN ( ) : string
return string

getQ_DLRBG() public method

public getQ_DLRBG ( ) : string
return string

getRBCPhone() public method

public getRBCPhone ( ) : string
return string

getRBC_ID() public method

public getRBC_ID ( ) : string
return string

getRuleCheckDisabling() public method

public getRuleCheckDisabling ( ) : RuleCheckDisabling
return RuleCheckDisabling

getTestCases() public method

Part of the list interface for TestCases This function returns an element from the collection in TestCases based on an index.
public getTestCases ( int idx ) : TestCase
idx int the index of the element to extract
return TestCase

indexOfTestCases() public method

Part of the list interface for TestCases This function returns the index of an element in the collection.
public indexOfTestCases ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertTestCases() public method

Part of the list interface for TestCases This insertion function inserts a new element in the collection in TestCases
public insertTestCases ( int idx, TestCase el ) : void
idx int the index where the insertion must take place
el TestCase the element to insert
return void

insertTestCases() public method

public insertTestCases ( int idx, TestCase el, Lock aLock ) : void
idx int
el TestCase
aLock Lock
return void

parse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
return void

parseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
return void

removeTestCases() public method

Part of the list interface for TestCases This deletion function removes an element from the collection in TestCases If the object given in parameter is not found in the the collection, this function does nothing.
public removeTestCases ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeTestCases() public method

public removeTestCases ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllTestCases() public method

public setAllTestCases ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllTestCases() public method

Part of the list interface for TestCases
public setAllTestCases ( System coll ) : void
coll System a collection of elements which replaces /// TestCases's current content.
return void

setComment() public method

public setComment ( string v ) : void
v string
return void

setCompleted() public method

public setCompleted ( bool v ) : void
v bool
return void

setD_LRBG() public method

public setD_LRBG ( string v ) : void
v string
return void

setLevel() public method

public setLevel ( string v ) : void
v string
return void

setMode() public method

public setMode ( string v ) : void
v string
return void

setNID_LRBG() public method

public setNID_LRBG ( string v ) : void
v string
return void

setQ_DIRLRBG() public method

public setQ_DIRLRBG ( string v ) : void
v string
return void

setQ_DIRTRAIN() public method

public setQ_DIRTRAIN ( string v ) : void
v string
return void

setQ_DLRBG() public method

public setQ_DLRBG ( string v ) : void
v string
return void

setRBCPhone() public method

public setRBCPhone ( string v ) : void
v string
return void

setRBC_ID() public method

public setRBC_ID ( string v ) : void
v string
return void

setRuleCheckDisabling() public method

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
return void

subElements() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l ArrayList
return void

unParse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw TextWriter
typeId bool
headingTag string
endingTag string
return void

unParseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw TextWriter
return void