35 I_ASSIGN(m_value,
"Value",
"Test of attribute",
false, 0);
36 I_ASSIGN_MULTI_0(m_valueList,
"ValueList",
"Test of attribute list",
false);
37 I_ASSIGN(m_cloneableRef,
"Cloneable",
"Test of reference",
false,
"Cloneable");
38 I_ASSIGN_MULTI_0(m_cloneableListRef,
"CloneableList",
"Test of reference list",
false);
39 I_ASSIGN(m_cloneableFact,
"CloneableFactory",
"Test of factory",
false,
"CloneableFactory");
40 I_ASSIGN_MULTI_0(m_cloneableListFact,
"CloneableFactoryList",
"Test of factory list",
false);
54 I_MULTIATTR(
int, m_valueList);