Пример #1
0
 public ConfigurationElementBuilder setText(String text) {
   configurationElement.setText(text);
   return this;
 }