C# Class DataDictionary.Generated.Enum

Inheritance: DataDictionary.Types.Type
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
getSubEnums ( ) : ArrayList

Part of the list interface for SubEnums

getValues ( ) : ArrayList

Part of the list interface for Values

Method Details

Enum() public méthode

public Enum ( ) : System
Résultat System

NotifyControllers() public méthode

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

allSubEnums() public méthode

Part of the list interface for SubEnums
public allSubEnums ( ) : ArrayList
Résultat System.Collections.ArrayList

allValues() public méthode

Part of the list interface for Values
public allValues ( ) : ArrayList
Résultat System.Collections.ArrayList

appendSubEnums() public méthode

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

appendSubEnums() public méthode

public appendSubEnums ( Lock aLock, Enum el ) : void
aLock Lock
el Enum
Résultat void

appendSubEnums() public méthode

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

appendSubEnums() public méthode

public appendSubEnums ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendValues() public méthode

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

appendValues() public méthode

public appendValues ( Lock aLock, EnumValue el ) : void
aLock Lock
el EnumValue
Résultat void

appendValues() public méthode

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

appendValues() public méthode

public appendValues ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( Enum other ) : void
other Enum
Résultat void

countSubEnums() public méthode

Part of the list interface for SubEnums
public countSubEnums ( ) : int
Résultat int

countValues() public méthode

Part of the list interface for Values
public countValues ( ) : int
Résultat int

deleteSubEnums() public méthode

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
Résultat void

deleteSubEnums() public méthode

public deleteSubEnums ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteValues() public méthode

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
Résultat void

deleteValues() public méthode

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

getSubEnums() public méthode

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
Résultat Enum

getValues() public méthode

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
Résultat EnumValue

indexOfSubEnums() public méthode

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
Résultat int

indexOfValues() public méthode

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
Résultat int

insertSubEnums() public méthode

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
Résultat void

insertSubEnums() public méthode

public insertSubEnums ( int idx, Enum el, Lock aLock ) : void
idx int
el Enum
aLock Lock
Résultat void

insertValues() public méthode

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
Résultat void

insertValues() public méthode

public insertValues ( int idx, EnumValue el, Lock aLock ) : void
idx int
el EnumValue
aLock Lock
Résultat void

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

removeSubEnums() public méthode

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
Résultat void

removeSubEnums() public méthode

public removeSubEnums ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeValues() public méthode

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
Résultat void

removeValues() public méthode

public removeValues ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllSubEnums() public méthode

public setAllSubEnums ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllSubEnums() public méthode

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

setAllValues() public méthode

public setAllValues ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllValues() public méthode

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