메소드 | 설명 | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Range ( ) : System | ||
allSpecialValues ( ) : |
Part of the list interface for SpecialValues
|
|
appendSpecialValues ( EnumValue el ) : void |
Part of the list interface for SpecialValues
|
|
appendSpecialValues ( Lock aLock, EnumValue el ) : void | ||
appendSpecialValues ( System coll ) : void |
Part of the list interface for SpecialValues
|
|
appendSpecialValues ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countSpecialValues ( ) : int |
Part of the list interface for SpecialValues
|
|
deleteSpecialValues ( int idx ) : void |
Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues
|
|
deleteSpecialValues ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getMaxValue ( ) : string | ||
getMinValue ( ) : string | ||
getPrecision ( ) : acceptor.PrecisionEnum | ||
getPrecision_AsString ( ) : string | ||
getSpecialValues ( int idx ) : EnumValue |
Part of the list interface for SpecialValues This function returns an element from the collection in SpecialValues based on an index.
|
|
indexOfSpecialValues ( IXmlBBase el ) : int |
Part of the list interface for SpecialValues This function returns the index of an element in the collection.
|
|
insertSpecialValues ( int idx, EnumValue el ) : void |
Part of the list interface for SpecialValues This insertion function inserts a new element in the collection in SpecialValues
|
|
insertSpecialValues ( 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. | |
removeSpecialValues ( IXmlBBase obj ) : void |
Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeSpecialValues ( IXmlBBase obj, Lock aLock ) : void | ||
setAllSpecialValues ( Lock aLock, System coll ) : void | ||
setAllSpecialValues ( System coll ) : void |
Part of the list interface for SpecialValues
|
|
setMaxValue ( string v ) : void | ||
setMinValue ( string v ) : void | ||
setPrecision ( |
||
setPrecision_AsString ( string v ) : bool | ||
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. |
메소드 | 설명 | |
---|---|---|
getSpecialValues ( ) : |
Part of the list interface for SpecialValues
|
public appendSpecialValues ( EnumValue el ) : void | ||
el | EnumValue | a EnumValue to add to the collection in /// SpecialValues |
리턴 | void |
public appendSpecialValues ( Lock aLock, EnumValue el ) : void | ||
aLock | Lock | |
el | EnumValue | |
리턴 | void |
public appendSpecialValues ( System coll ) : void | ||
coll | System | a collection ofEnumValues to add to the collection in /// SpecialValues |
리턴 | void |
public appendSpecialValues ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
리턴 | void |
public deleteSpecialValues ( int idx ) : void | ||
idx | int | the index of the element to remove |
리턴 | void |
public deleteSpecialValues ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
리턴 | 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 getSpecialValues ( int idx ) : EnumValue | ||
idx | int | the index of the element to extract |
리턴 | EnumValue |
public indexOfSpecialValues ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
리턴 | int |
public insertSpecialValues ( int idx, EnumValue el ) : void | ||
idx | int | the index where the insertion must take place |
el | EnumValue | the element to insert |
리턴 | void |
public insertSpecialValues ( 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 removeSpecialValues ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
리턴 | void |
public removeSpecialValues ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
리턴 | void |
public setAllSpecialValues ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
리턴 | void |
public setAllSpecialValues ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SpecialValues's current content. |
리턴 | void |
public subElements ( |
||
l | ||
리턴 | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
리턴 | void |