C# Class DataDictionary.Generated.TypeSpec

Inheritance: XmlBBase
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
TypeSpec ( ) : System
copyTo ( TypeSpec other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBl ( ) : string
getChar_value ( ) : char_value
getDescription ( ) : string
getErtms_type ( ) : acceptor.TypeSpec_ertms_type
getErtms_type_AsString ( ) : string
getId ( ) : string
getLength ( ) : int
getMaximum_value ( ) : string
getMinimum_value ( ) : string
getReference ( ) : string
getResolution_formula ( ) : string
getShort_description ( ) : string
getValues ( ) : Values
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.
setBl ( string v ) : void
setChar_value ( char_value v ) : void
setDescription ( string v ) : void
setErtms_type ( acceptor v ) : void
setErtms_type_AsString ( string v ) : bool
setId ( string v ) : void
setLength ( int v ) : void
setMaximum_value ( string v ) : void
setMinimum_value ( string v ) : void
setReference ( string v ) : void
setResolution_formula ( string v ) : void
setShort_description ( string v ) : void
setValues ( Values 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.

Method Details

NotifyControllers() public method

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

TypeSpec() public method

public TypeSpec ( ) : System
return System

copyTo() public method

public copyTo ( TypeSpec other ) : void
other TypeSpec
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

getBl() public method

public getBl ( ) : string
return string

getChar_value() public method

public getChar_value ( ) : char_value
return char_value

getDescription() public method

public getDescription ( ) : string
return string

getErtms_type() public method

public getErtms_type ( ) : acceptor.TypeSpec_ertms_type
return acceptor.TypeSpec_ertms_type

getErtms_type_AsString() public method

public getErtms_type_AsString ( ) : string
return string

getId() public method

public getId ( ) : string
return string

getLength() public method

public getLength ( ) : int
return int

getMaximum_value() public method

public getMaximum_value ( ) : string
return string

getMinimum_value() public method

public getMinimum_value ( ) : string
return string

getReference() public method

public getReference ( ) : string
return string

getResolution_formula() public method

public getResolution_formula ( ) : string
return string

getShort_description() public method

public getShort_description ( ) : string
return string

getValues() public method

public getValues ( ) : Values
return Values

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

setBl() public method

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

setChar_value() public method

public setChar_value ( char_value v ) : void
v char_value
return void

setDescription() public method

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

setErtms_type() public method

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

setErtms_type_AsString() public method

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

setId() public method

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

setLength() public method

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

setMaximum_value() public method

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

setMinimum_value() public method

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

setReference() public method

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

setResolution_formula() public method

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

setShort_description() public method

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

setValues() public method

public setValues ( Values v ) : void
v Values
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