public CharSequence generateListValueProperty(final Property p) {
StringConcatenation _builder = new StringConcatenation();
CastHelper _castHelper = new CastHelper();
ValueProperty _value = p.getValue();
final ListValueProperty list = _castHelper.castToListValueProperty(_value);
_builder.newLineIfNotEmpty();
String _name = p.getName();
_builder.append(_name, "");
_builder.append(" : [");
_builder.newLineIfNotEmpty();