C# 클래스 DataDictionary.Generated.Enum

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

공개 메소드들

메소드 설명
Enum ( ) : System
NotifyControllers ( Lock aLock ) : void
allSubEnums ( ) : ArrayList

Part of the list interface for SubEnums

allValues ( ) : ArrayList

Part of the list interface for Values

appendSubEnums ( Enum el ) : void

Part of the list interface for SubEnums

appendSubEnums ( Lock aLock, Enum el ) : void
appendSubEnums ( System coll ) : void

Part of the list interface for SubEnums

appendSubEnums ( System coll, Lock aLock ) : void
appendValues ( EnumValue el ) : void

Part of the list interface for Values

appendValues ( Lock aLock, EnumValue el ) : void
appendValues ( System coll ) : void

Part of the list interface for Values

appendValues ( System coll, Lock aLock ) : void
copyTo ( Enum other ) : void
countSubEnums ( ) : int

Part of the list interface for SubEnums

countValues ( ) : int

Part of the list interface for Values

deleteSubEnums ( int idx ) : void

Part of the list interface for SubEnums This deletion function removes an element from the collection in SubEnums

deleteSubEnums ( int idx, Lock aLock ) : void
deleteValues ( int idx ) : void

Part of the list interface for Values This deletion function removes an element from the collection in Values

deleteValues ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getSubEnums ( int idx ) : Enum

Part of the list interface for SubEnums This function returns an element from the collection in SubEnums based on an index.

getValues ( int idx ) : EnumValue

Part of the list interface for Values This function returns an element from the collection in Values based on an index.

indexOfSubEnums ( IXmlBBase el ) : int

Part of the list interface for SubEnums This function returns the index of an element in the collection.

indexOfValues ( IXmlBBase el ) : int

Part of the list interface for Values This function returns the index of an element in the collection.

insertSubEnums ( int idx, Enum el ) : void

Part of the list interface for SubEnums This insertion function inserts a new element in the collection in SubEnums

insertSubEnums ( int idx, Enum el, Lock aLock ) : void
insertValues ( int idx, EnumValue el ) : void

Part of the list interface for Values This insertion function inserts a new element in the collection in Values

insertValues ( int idx, EnumValue 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.
removeSubEnums ( IXmlBBase obj ) : void

Part of the list interface for SubEnums This deletion function removes an element from the collection in SubEnums If the object given in parameter is not found in the the collection, this function does nothing.

removeSubEnums ( IXmlBBase obj, Lock aLock ) : void
removeValues ( IXmlBBase obj ) : void

Part of the list interface for Values This deletion function removes an element from the collection in Values If the object given in parameter is not found in the the collection, this function does nothing.

removeValues ( IXmlBBase obj, Lock aLock ) : void
setAllSubEnums ( Lock aLock, System coll ) : void
setAllSubEnums ( System coll ) : void

Part of the list interface for SubEnums

setAllValues ( Lock aLock, System coll ) : void
setAllValues ( System coll ) : void

Part of the list interface for Values

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.

비공개 메소드들

메소드 설명
getSubEnums ( ) : ArrayList

Part of the list interface for SubEnums

getValues ( ) : ArrayList

Part of the list interface for Values

메소드 상세

Enum() 공개 메소드

public Enum ( ) : System
리턴 System

NotifyControllers() 공개 메소드

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

allSubEnums() 공개 메소드

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

allValues() 공개 메소드

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

appendSubEnums() 공개 메소드

Part of the list interface for SubEnums
public appendSubEnums ( Enum el ) : void
el Enum a Enum to add to the collection in /// SubEnums
리턴 void

appendSubEnums() 공개 메소드

public appendSubEnums ( Lock aLock, Enum el ) : void
aLock Lock
el Enum
리턴 void

appendSubEnums() 공개 메소드

Part of the list interface for SubEnums
public appendSubEnums ( System coll ) : void
coll System a collection ofEnums to add to the collection in /// SubEnums
리턴 void

appendSubEnums() 공개 메소드

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

appendValues() 공개 메소드

Part of the list interface for Values
public appendValues ( EnumValue el ) : void
el EnumValue a EnumValue to add to the collection in /// Values
리턴 void

appendValues() 공개 메소드

public appendValues ( Lock aLock, EnumValue el ) : void
aLock Lock
el EnumValue
리턴 void

appendValues() 공개 메소드

Part of the list interface for Values
public appendValues ( System coll ) : void
coll System a collection ofEnumValues to add to the collection in /// Values
리턴 void

appendValues() 공개 메소드

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

copyTo() 공개 메소드

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

countSubEnums() 공개 메소드

Part of the list interface for SubEnums
public countSubEnums ( ) : int
리턴 int

countValues() 공개 메소드

Part of the list interface for Values
public countValues ( ) : int
리턴 int

deleteSubEnums() 공개 메소드

Part of the list interface for SubEnums This deletion function removes an element from the collection in SubEnums
public deleteSubEnums ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteSubEnums() 공개 메소드

public deleteSubEnums ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteValues() 공개 메소드

Part of the list interface for Values This deletion function removes an element from the collection in Values
public deleteValues ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteValues() 공개 메소드

public deleteValues ( 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

getSubEnums() 공개 메소드

Part of the list interface for SubEnums This function returns an element from the collection in SubEnums based on an index.
public getSubEnums ( int idx ) : Enum
idx int the index of the element to extract
리턴 Enum

getValues() 공개 메소드

Part of the list interface for Values This function returns an element from the collection in Values based on an index.
public getValues ( int idx ) : EnumValue
idx int the index of the element to extract
리턴 EnumValue

indexOfSubEnums() 공개 메소드

Part of the list interface for SubEnums This function returns the index of an element in the collection.
public indexOfSubEnums ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfValues() 공개 메소드

Part of the list interface for Values This function returns the index of an element in the collection.
public indexOfValues ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertSubEnums() 공개 메소드

Part of the list interface for SubEnums This insertion function inserts a new element in the collection in SubEnums
public insertSubEnums ( int idx, Enum el ) : void
idx int the index where the insertion must take place
el Enum the element to insert
리턴 void

insertSubEnums() 공개 메소드

public insertSubEnums ( int idx, Enum el, Lock aLock ) : void
idx int
el Enum
aLock Lock
리턴 void

insertValues() 공개 메소드

Part of the list interface for Values This insertion function inserts a new element in the collection in Values
public insertValues ( int idx, EnumValue el ) : void
idx int the index where the insertion must take place
el EnumValue the element to insert
리턴 void

insertValues() 공개 메소드

public insertValues ( int idx, EnumValue el, Lock aLock ) : void
idx int
el EnumValue
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

removeSubEnums() 공개 메소드

Part of the list interface for SubEnums This deletion function removes an element from the collection in SubEnums If the object given in parameter is not found in the the collection, this function does nothing.
public removeSubEnums ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeSubEnums() 공개 메소드

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

removeValues() 공개 메소드

Part of the list interface for Values This deletion function removes an element from the collection in Values If the object given in parameter is not found in the the collection, this function does nothing.
public removeValues ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeValues() 공개 메소드

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

setAllSubEnums() 공개 메소드

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

setAllSubEnums() 공개 메소드

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

setAllValues() 공개 메소드

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

setAllValues() 공개 메소드

Part of the list interface for Values
public setAllValues ( System coll ) : void
coll System a collection of elements which replaces /// Values's current content.
리턴 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