18 package org.turro.registry;
26 public UniqueNumber(String caption,
int order, String label, Number newValue) {
27 super(caption, order, label,
null, newValue,
false);
30 public UniqueNumber(ChangeCategory category, String label, Number newValue) {
31 super(category, label,
null, newValue,
false);
UniqueNumber(ChangeCategory category, String label, Number newValue)
UniqueNumber(String caption, int order, String label, Number newValue)