コード例 #1
0
//SetMatchType sets MatchType, Tag 574
func (m NoMatchRules) SetMatchType(v enum.MatchType) {
	m.Set(field.NewMatchType(v))
}
コード例 #2
0
//SetMatchType sets MatchType, Tag 574
func (m NoMatchRules) SetMatchType(v string) {
	m.Set(field.NewMatchType(v))
}