xotcl::Attribute method setterRedefinedOptions (protected)

 <instance of xotcl::Attribute[i]> setterRedefinedOptions

Defined in

Testcases:
No testcase defined.
Source code:
if {[:info lookup method value=set] ne "::nsf::classes::xotcl::Attribute::value=set"} {
    # In case the "set" method was provided on the slot, ask nsf to call it directly
    return [list slot=[::nsf::self] slotset]
}
if {[:info lookup method value=get] ne "::nsf::classes::nx::VariableSlot::value=get"} {
    # In case the "get" method was provided on the slot, ask nsf to call it directly
    return [list slot=[::nsf::self]]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: