Uses of Enum Class
br.com.davinti.vitruvio.activiti.component.form.field.impl.specific.UserReference
Packages that use UserReference
-
Uses of UserReference in br.com.davinti.vitruvio.activiti.component.form.field.impl.specific
Methods in br.com.davinti.vitruvio.activiti.component.form.field.impl.specific that return UserReferenceModifier and TypeMethodDescriptionstatic UserReferenceUserReference.getByDescriptorValue(String value) UserComboBox.getReference()UserField.getReference()UserPropertyField.getReference()static UserReferenceReturns the enum constant of this class with the specified name.static UserReference[]UserReference.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.davinti.vitruvio.activiti.component.form.field.impl.specific with parameters of type UserReferenceModifier and TypeMethodDescriptionvoidUserComboBox.setReference(UserReference reference) voidUserField.setReference(UserReference reference) voidUserPropertyField.setReference(UserReference reference)