118119120121122123124125126127128
* null otherwise. */ public String[] getValueNames() { if (value() instanceof ValueCollection) { final ValueCollection vc = (ValueCollection) value(); return vc.toStringArray(); } throw this.unexpectedRetrieval(); } /**