C# Class DataDictionary.Generated.TypeSpec

Inheritance: XmlBBase
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

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

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

TypeSpec() public méthode

public TypeSpec ( ) : System
Résultat System

copyTo() public méthode

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

getBl() public méthode

public getBl ( ) : string
Résultat string

getChar_value() public méthode

public getChar_value ( ) : char_value
Résultat char_value

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getErtms_type() public méthode

public getErtms_type ( ) : acceptor.TypeSpec_ertms_type
Résultat acceptor.TypeSpec_ertms_type

getErtms_type_AsString() public méthode

public getErtms_type_AsString ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getLength() public méthode

public getLength ( ) : int
Résultat int

getMaximum_value() public méthode

public getMaximum_value ( ) : string
Résultat string

getMinimum_value() public méthode

public getMinimum_value ( ) : string
Résultat string

getReference() public méthode

public getReference ( ) : string
Résultat string

getResolution_formula() public méthode

public getResolution_formula ( ) : string
Résultat string

getShort_description() public méthode

public getShort_description ( ) : string
Résultat string

getValues() public méthode

public getValues ( ) : Values
Résultat Values

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

setBl() public méthode

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

setChar_value() public méthode

public setChar_value ( char_value v ) : void
v char_value
Résultat void

setDescription() public méthode

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

setErtms_type() public méthode

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

setErtms_type_AsString() public méthode

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

setId() public méthode

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

setLength() public méthode

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

setMaximum_value() public méthode

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

setMinimum_value() public méthode

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

setReference() public méthode

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

setResolution_formula() public méthode

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

setShort_description() public méthode

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

setValues() public méthode

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