C# Class DataDictionary.Generated.Variable

Inheritance: DataDictionary.ReqRelated
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
getSubVariables ( ) : ArrayList

Part of the list interface for SubVariables

Method Details

NotifyControllers() public méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

Variable() public méthode

public Variable ( ) : System
Résultat System

allSubVariables() public méthode

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

appendSubVariables() public méthode

public appendSubVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
Résultat void

appendSubVariables() public méthode

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

appendSubVariables() public méthode

public appendSubVariables ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendSubVariables() public méthode

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

copyTo() public méthode

public copyTo ( Variable other ) : void
other Variable
Résultat void

countSubVariables() public méthode

Part of the list interface for SubVariables
public countSubVariables ( ) : int
Résultat int

deleteSubVariables() public méthode

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
Résultat void

deleteSubVariables() public méthode

public deleteSubVariables ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getDefaultValue() public méthode

public getDefaultValue ( ) : string
Résultat string

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHidden() public méthode

public getHidden ( ) : bool
Résultat bool

getPinned() public méthode

public getPinned ( ) : bool
Résultat bool

getSubVariables() public méthode

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
Résultat Variable

getTypeName() public méthode

public getTypeName ( ) : string
Résultat string

getVariableMode() public méthode

public getVariableMode ( ) : acceptor.VariableModeEnumType
Résultat acceptor.VariableModeEnumType

getVariableMode_AsString() public méthode

public getVariableMode_AsString ( ) : string
Résultat string

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getX() public méthode

public getX ( ) : int
Résultat int

getY() public méthode

public getY ( ) : int
Résultat int

indexOfSubVariables() public méthode

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
Résultat int

insertSubVariables() public méthode

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
Résultat void

insertSubVariables() public méthode

public insertSubVariables ( int idx, Variable el, Lock aLock ) : void
idx int
el Variable
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeSubVariables() public méthode

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
Résultat void

removeSubVariables() public méthode

public removeSubVariables ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllSubVariables() public méthode

public setAllSubVariables ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllSubVariables() public méthode

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

setDefaultValue() public méthode

public setDefaultValue ( string v ) : void
v string
Résultat void

setHeight() public méthode

public setHeight ( int v ) : void
v int
Résultat void

setHidden() public méthode

public setHidden ( bool v ) : void
v bool
Résultat void

setPinned() public méthode

public setPinned ( bool v ) : void
v bool
Résultat void

setTypeName() public méthode

public setTypeName ( string v ) : void
v string
Résultat void

setVariableMode() public méthode

public setVariableMode ( acceptor v ) : void
v acceptor
Résultat void

setVariableMode_AsString() public méthode

public setVariableMode_AsString ( string v ) : bool
v string
Résultat bool

setWidth() public méthode

public setWidth ( int v ) : void
v int
Résultat void

setX() public méthode

public setX ( int v ) : void
v int
Résultat void

setY() public méthode

public setY ( int v ) : void
v int
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void