/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setColor(String value) {
this.color = value;
}
allowed object is {@link String }
" it would be hardly possible to find out how to invoke this method :-).
What are your favorites?