static String parseTagModeFromEnum(TagsMode tagmode) { switch (tagmode) { case TagsMode.Or: return 'OR'; case TagsMode.And: return 'AND'; } }