type

AsnTagMode

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

The tag mode for a AsnTag

enum

constructors

fromStr

Return the AsnTagMode instance for the specified name.

fields

vals

List of AsnTagMode values indexed by ordinal

Slot Details

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