enum classcamembert::MatchKind

sys::Obj
  sys::Enum
    camembert::MatchKind

@Serializable { simple=true }

MatchKind

contains

Source

const static MatchKind contains := ...

exact

Source

const static MatchKind exact := ...

fromStr

Source

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

Source

const static MatchKind startsWith := ...

vals

Source

const static MatchKind[] vals := ...

List of MatchKind values indexed by ordinal