enum classnetColarUtils::TestEnum

sys::Obj
  sys::Enum
    netColarUtils::TestEnum

@Serializable { simple=true }

f

const static TestEnum f := ...

fromStr

static new fromStr(Str name, Bool checked := true)

Return the TestEnum instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

g

const static TestEnum g := ...

i

const static TestEnum i := ...

t

const static TestEnum t := ...

vals

const static TestEnum[] vals := ...

List of TestEnum values indexed by ordinal