C# 클래스 DataDictionary.Generated.Variable

상속: DataDictionary.ReqRelated
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
getSubVariables ( ) : ArrayList

Part of the list interface for SubVariables

메소드 상세

NotifyControllers() 공개 메소드

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

Variable() 공개 메소드

public Variable ( ) : System
리턴 System

allSubVariables() 공개 메소드

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

appendSubVariables() 공개 메소드

public appendSubVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
리턴 void

appendSubVariables() 공개 메소드

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

appendSubVariables() 공개 메소드

public appendSubVariables ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendSubVariables() 공개 메소드

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

copyTo() 공개 메소드

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

countSubVariables() 공개 메소드

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

deleteSubVariables() 공개 메소드

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

deleteSubVariables() 공개 메소드

public deleteSubVariables ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 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

getDefaultValue() 공개 메소드

public getDefaultValue ( ) : string
리턴 string

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getHidden() 공개 메소드

public getHidden ( ) : bool
리턴 bool

getPinned() 공개 메소드

public getPinned ( ) : bool
리턴 bool

getSubVariables() 공개 메소드

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

getTypeName() 공개 메소드

public getTypeName ( ) : string
리턴 string

getVariableMode() 공개 메소드

public getVariableMode ( ) : acceptor.VariableModeEnumType
리턴 acceptor.VariableModeEnumType

getVariableMode_AsString() 공개 메소드

public getVariableMode_AsString ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

indexOfSubVariables() 공개 메소드

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

insertSubVariables() 공개 메소드

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

insertSubVariables() 공개 메소드

public insertSubVariables ( int idx, Variable el, Lock aLock ) : void
idx int
el Variable
aLock Lock
리턴 void

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

removeSubVariables() 공개 메소드

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

removeSubVariables() 공개 메소드

public removeSubVariables ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllSubVariables() 공개 메소드

public setAllSubVariables ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllSubVariables() 공개 메소드

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

setDefaultValue() 공개 메소드

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

setHeight() 공개 메소드

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

setHidden() 공개 메소드

public setHidden ( bool v ) : void
v bool
리턴 void

setPinned() 공개 메소드

public setPinned ( bool v ) : void
v bool
리턴 void

setTypeName() 공개 메소드

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

setVariableMode() 공개 메소드

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

setVariableMode_AsString() 공개 메소드

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

setWidth() 공개 메소드

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

setX() 공개 메소드

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

setY() 공개 메소드

public setY ( int v ) : void
v int
리턴 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