@Override public String getValue() { StringBuilder sb = new StringBuilder(); for (ValueType s : this.strings) { sb.append(s.getValue()).append(this.separator); } return sb.toString(); }
@Override public Type getValue() { return data.getValue(); }