class

AsnTagMode

@Serializable { simple=true }
const class AsnTagMode : Enum

The tag mode for a AsnTag

constructors fromStr

Return the AsnTagMode instance for the specified name

fields explicit

implicit

vals

List of AsnTagMode values indexed by ordinal

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

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT