Save values with AbstractAttribute.setValue


Hey I need again some help,
i have some difficulties to understand the documentation.
i want simply to save some values in a column.
I the doc there is an example with "for (Example example : exampleSet) {...."
But i want (of course) to set some single values.
I have tried with for AbstractAttribute.setValue..without success. Can help anyone?
Thx in advance!
-Vik
i have some difficulties to understand the documentation.
i want simply to save some values in a column.
I the doc there is an example with "for (Example example : exampleSet) {...."
But i want (of course) to set some single values.
I have tried with for AbstractAttribute.setValue..without success. Can help anyone?
Thx in advance!
-Vik
Tagged:
0
Answers
you need the example and the attribute you want to change the value of. to get the attribute or to change the value.
An alternative would be to create an ExampleSet yourself from scratch, however that's probably not what you need
Marco