package org.whole.lang.workflows.model; /** * @generator Whole */ public interface Registry extends IWorkflowsEntity { public org.whole.lang.workflows.model.RegistryEnum.Value getValue(); public void setValue(org.whole.lang.workflows.model.RegistryEnum.Value value); }