enum classcamembert::MatchKind
sys::Obj sys::Enum camembert::MatchKind
@
Serializable { simple=true }
MatchKind
- contains
const static MatchKind contains := ...
- exact
const static MatchKind exact := ...
- fromStr
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.
- startsWith
const static MatchKind startsWith := ...
- vals
const static MatchKind[] vals := ...
List of MatchKind values indexed by ordinal