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