enum classcamembert::MatchKind
sys::Obj sys::Enum camembert::MatchKind
@
Serializable { simple=true }
MatchKind
const static MatchKind contains := ...
const static MatchKind exact := ...
static new fromStr(Str name, Bool checked := true)
Return the MatchKind instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static MatchKind startsWith := ...
const static MatchKind[] vals := ...
List of MatchKind values indexed by ordinal