enum class asn1::AsnTagMode
sys::Obj sys::Enum asn1::AsnTagMode
@Serializable { simple=true }
The tag mode for a AsnTag
- explicit
-
const static AsnTagMode explicit := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
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 := ...
- vals
-
const static AsnTagMode[] vals := ...
List of AsnTagMode values indexed by ordinal