String[] acceptedValues = new String[0];
if(formItemDeclaration!=null)
{
defaultValue = formItemDeclaration.defaultValue();
label = formItemDeclaration.label();
localLabel = formItemDeclaration.localLabel();
required = formItemDeclaration.required();
formItemTypeForEdit = formItemDeclaration.formItemTypeForEdit();
formItemTypeForAdd = formItemDeclaration.formItemTypeForAdd();
subgroup = formItemDeclaration.subgroup();