C# Class DataDictionary.Generated.Variable

Inheritance: DataDictionary.ReqRelated
Mostrar archivo Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
Variable ( ) : System
allSubVariables ( ) : ArrayList

Part of the list interface for SubVariables

appendSubVariables ( Lock aLock, Variable el ) : void
appendSubVariables ( System coll ) : void

Part of the list interface for SubVariables

appendSubVariables ( System coll, Lock aLock ) : void
appendSubVariables ( Variable el ) : void

Part of the list interface for SubVariables

copyTo ( Variable other ) : void
countSubVariables ( ) : int

Part of the list interface for SubVariables

deleteSubVariables ( int idx ) : void

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

deleteSubVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getDefaultValue ( ) : string
getHeight ( ) : int
getHidden ( ) : bool
getPinned ( ) : bool
getSubVariables ( int idx ) : Variable

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

getTypeName ( ) : string
getVariableMode ( ) : acceptor.VariableModeEnumType
getVariableMode_AsString ( ) : string
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfSubVariables ( IXmlBBase el ) : int

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

insertSubVariables ( int idx, Variable el ) : void

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

insertSubVariables ( int idx, Variable 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.
removeSubVariables ( IXmlBBase obj ) : void

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

removeSubVariables ( IXmlBBase obj, Lock aLock ) : void
setAllSubVariables ( Lock aLock, System coll ) : void
setAllSubVariables ( System coll ) : void

Part of the list interface for SubVariables

setDefaultValue ( string v ) : void
setHeight ( int v ) : void
setHidden ( bool v ) : void
setPinned ( bool v ) : void
setTypeName ( string v ) : void
setVariableMode ( acceptor v ) : void
setVariableMode_AsString ( string v ) : bool
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int 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
getSubVariables ( ) : ArrayList

Part of the list interface for SubVariables

Method Details

NotifyControllers() public method

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

Variable() public method

public Variable ( ) : System
return System

allSubVariables() public method

Part of the list interface for SubVariables
public allSubVariables ( ) : ArrayList
return System.Collections.ArrayList

appendSubVariables() public method

public appendSubVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
return void

appendSubVariables() public method

Part of the list interface for SubVariables
public appendSubVariables ( System coll ) : void
coll System a collection ofVariables to add to the collection in /// SubVariables
return void

appendSubVariables() public method

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

appendSubVariables() public method

Part of the list interface for SubVariables
public appendSubVariables ( Variable el ) : void
el Variable a Variable to add to the collection in /// SubVariables
return void

copyTo() public method

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

countSubVariables() public method

Part of the list interface for SubVariables
public countSubVariables ( ) : int
return int

deleteSubVariables() public method

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

deleteSubVariables() public method

public deleteSubVariables ( 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

getDefaultValue() public method

public getDefaultValue ( ) : string
return string

getHeight() public method

public getHeight ( ) : int
return int

getHidden() public method

public getHidden ( ) : bool
return bool

getPinned() public method

public getPinned ( ) : bool
return bool

getSubVariables() public method

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

getTypeName() public method

public getTypeName ( ) : string
return string

getVariableMode() public method

public getVariableMode ( ) : acceptor.VariableModeEnumType
return acceptor.VariableModeEnumType

getVariableMode_AsString() public method

public getVariableMode_AsString ( ) : string
return string

getWidth() public method

public getWidth ( ) : int
return int

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int

indexOfSubVariables() public method

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

insertSubVariables() public method

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

insertSubVariables() public method

public insertSubVariables ( int idx, Variable el, Lock aLock ) : void
idx int
el Variable
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

removeSubVariables() public method

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

removeSubVariables() public method

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

setAllSubVariables() public method

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

setAllSubVariables() public method

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

setDefaultValue() public method

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

setHeight() public method

public setHeight ( int v ) : void
v int
return void

setHidden() public method

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

setPinned() public method

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

setTypeName() public method

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

setVariableMode() public method

public setVariableMode ( acceptor v ) : void
v acceptor
return void

setVariableMode_AsString() public method

public setVariableMode_AsString ( string v ) : bool
v string
return bool

setWidth() public method

public setWidth ( int v ) : void
v int
return void

setX() public method

public setX ( int v ) : void
v int
return void

setY() public method

public setY ( int v ) : void
v int
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 System.Collections.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 System.IO.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 System.IO.TextWriter
return void