if (LIST_TYPE.equalsIgnoreCase(type)) {
annotationType = AnnotationType.ENUMERATION;
} else if (PATTERN_TYPE.equalsIgnoreCase(type)) {
annotationType = AnnotationType.REGULAR_EXPRESSION;
} else {
throw new BELDataInvalidPropertyException(resourceLocation,
BLOCK_NAME, "TypeString", TYPE_STRING_VALUES);
}
description = blockProperties.getProperty("DescriptionString");
if (StringUtils.isBlank(description)) {