String tabName = "common_label_attributes";
int order = 100;
if(formItemDeclaration!=null)
{
defaultValue = formItemDeclaration.defaultValue();
label = formItemDeclaration.label();
localLabel = formItemDeclaration.localLabel();
required = formItemDeclaration.required();
formItemTypeForEdit = formItemDeclaration.formItemTypeForEdit();
formItemTypeForAdd = formItemDeclaration.formItemTypeForAdd();