C# 클래스 DataDictionary.Generated.TypeSpec

상속: XmlBBase
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
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.

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

TypeSpec() 공개 메소드

public TypeSpec ( ) : System
리턴 System

copyTo() 공개 메소드

public copyTo ( TypeSpec other ) : void
other TypeSpec
리턴 void

dispatch() 공개 메소드

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
리턴 void

dispatch() 공개 메소드

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

find() 공개 메소드

public find ( Object search ) : bool
search Object
리턴 bool

getBl() 공개 메소드

public getBl ( ) : string
리턴 string

getChar_value() 공개 메소드

public getChar_value ( ) : char_value
리턴 char_value

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getErtms_type() 공개 메소드

public getErtms_type ( ) : acceptor.TypeSpec_ertms_type
리턴 acceptor.TypeSpec_ertms_type

getErtms_type_AsString() 공개 메소드

public getErtms_type_AsString ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getLength() 공개 메소드

public getLength ( ) : int
리턴 int

getMaximum_value() 공개 메소드

public getMaximum_value ( ) : string
리턴 string

getMinimum_value() 공개 메소드

public getMinimum_value ( ) : string
리턴 string

getReference() 공개 메소드

public getReference ( ) : string
리턴 string

getResolution_formula() 공개 메소드

public getResolution_formula ( ) : string
리턴 string

getShort_description() 공개 메소드

public getShort_description ( ) : string
리턴 string

getValues() 공개 메소드

public getValues ( ) : Values
리턴 Values

parse() 공개 메소드

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
리턴 void

parseBody() 공개 메소드

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
리턴 void

setBl() 공개 메소드

public setBl ( string v ) : void
v string
리턴 void

setChar_value() 공개 메소드

public setChar_value ( char_value v ) : void
v char_value
리턴 void

setDescription() 공개 메소드

public setDescription ( string v ) : void
v string
리턴 void

setErtms_type() 공개 메소드

public setErtms_type ( acceptor v ) : void
v acceptor
리턴 void

setErtms_type_AsString() 공개 메소드

public setErtms_type_AsString ( string v ) : bool
v string
리턴 bool

setId() 공개 메소드

public setId ( string v ) : void
v string
리턴 void

setLength() 공개 메소드

public setLength ( int v ) : void
v int
리턴 void

setMaximum_value() 공개 메소드

public setMaximum_value ( string v ) : void
v string
리턴 void

setMinimum_value() 공개 메소드

public setMinimum_value ( string v ) : void
v string
리턴 void

setReference() 공개 메소드

public setReference ( string v ) : void
v string
리턴 void

setResolution_formula() 공개 메소드

public setResolution_formula ( string v ) : void
v string
리턴 void

setShort_description() 공개 메소드

public setShort_description ( string v ) : void
v string
리턴 void

setValues() 공개 메소드

public setValues ( Values v ) : void
v Values
리턴 void

subElements() 공개 메소드

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
리턴 void

unParse() 공개 메소드

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
리턴 void

unParseBody() 공개 메소드

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
리턴 void