1 package org.simantics.spreadsheet.graph.function;
3 import org.simantics.databoard.Bindings;
4 import org.simantics.databoard.binding.Binding;
6 public class LineContentBean {
8 public static final Binding BINDING = Bindings.getBindingUnchecked(LineContentBean.class);
11 Bindings.defaultBindingRepository.put(BINDING.type(), BINDING);
14 public LineContentBeanCell cells[];