메소드 | 설명 | |
---|---|---|
Enum ( ) : System | ||
NotifyControllers ( Lock aLock ) : void | ||
allSubEnums ( ) : |
Part of the list interface for SubEnums
|
|
allValues ( ) : |
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 ( |
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 ( |
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 ( |
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 ( ) : |
Part of the list interface for SubEnums
|
|
getValues ( ) : |
Part of the list interface for Values
|
public appendSubEnums ( Enum el ) : void | ||
el | Enum | a Enum to add to the collection in /// SubEnums |
리턴 | void |
public appendSubEnums ( Lock aLock, Enum el ) : void | ||
aLock | Lock | |
el | Enum | |
리턴 | void |
public appendSubEnums ( System coll ) : void | ||
coll | System | a collection ofEnums to add to the collection in /// SubEnums |
리턴 | void |
public appendSubEnums ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
리턴 | void |
public appendValues ( EnumValue el ) : void | ||
el | EnumValue | a EnumValue to add to the collection in /// Values |
리턴 | void |
public appendValues ( Lock aLock, EnumValue el ) : void | ||
aLock | Lock | |
el | EnumValue | |
리턴 | void |
public appendValues ( System coll ) : void | ||
coll | System | a collection ofEnumValues to add to the collection in /// Values |
리턴 | void |
public appendValues ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
리턴 | void |
public deleteSubEnums ( int idx ) : void | ||
idx | int | the index of the element to remove |
리턴 | void |
public deleteSubEnums ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
리턴 | void |
public deleteValues ( int idx ) : void | ||
idx | int | the index of the element to remove |
리턴 | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
리턴 | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
리턴 | void |
public getSubEnums ( int idx ) : Enum | ||
idx | int | the index of the element to extract |
리턴 | Enum |
public getValues ( int idx ) : EnumValue | ||
idx | int | the index of the element to extract |
리턴 | EnumValue |
public indexOfSubEnums ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
리턴 | int |
public indexOfValues ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
리턴 | int |
public insertSubEnums ( int idx, Enum el ) : void | ||
idx | int | the index where the insertion must take place |
el | Enum | the element to insert |
리턴 | void |
public insertSubEnums ( int idx, Enum el, Lock aLock ) : void | ||
idx | int | |
el | Enum | |
aLock | Lock | |
리턴 | void |
public insertValues ( int idx, EnumValue el ) : void | ||
idx | int | the index where the insertion must take place |
el | EnumValue | the element to insert |
리턴 | void |
public insertValues ( int idx, EnumValue el, Lock aLock ) : void | ||
idx | int | |
el | EnumValue | |
aLock | Lock | |
리턴 | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
리턴 | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
리턴 | void |
public removeSubEnums ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
리턴 | void |
public removeSubEnums ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
리턴 | void |
public removeValues ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
리턴 | void |
public removeValues ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
리턴 | void |
public setAllSubEnums ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
리턴 | void |
public setAllSubEnums ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SubEnums's current content. |
리턴 | void |
public setAllValues ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
리턴 | void |
public setAllValues ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Values's current content. |
리턴 | void |
public subElements ( |
||
l | ||
리턴 | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
리턴 | void |