public ScKilogramText newApplicableKilogramsText(String label) {
   ScKilogramText e;
   e = new ScKilogramText();
   e.setValue(getApplicableKilogramsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScKilogramText newCompleteKilogramText(String label) {
   ScKilogramText e;
   e = new ScKilogramText();
   e.setValue(getCompleteKilogramAdaptor());
   e.setLabel(label);
   return e;
 }