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