enum class asn1::AsnTagMode

sys::Obj
  sys::Enum
    asn1::AsnTagMode

@Serializable { simple=true }

Source

The tag mode for a AsnTag

explicit

const static AsnTagMode explicit := ...

Source

fromStr

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

Source

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

implicit

const static AsnTagMode implicit := ...

Source

vals

const static AsnTagMode[] vals := ...

Source

List of AsnTagMode values indexed by ordinal