label = formItemDeclaration.label();
localLabel = formItemDeclaration.localLabel();
required = formItemDeclaration.required();
formItemTypeForEdit = formItemDeclaration.formItemTypeForEdit();
formItemTypeForAdd = formItemDeclaration.formItemTypeForAdd();
subgroup = formItemDeclaration.subgroup();
tabName = formItemDeclaration.tabName();
order = formItemDeclaration.order();
acceptedValues = formItemDeclaration.acceptedValues();
}