enum class asn1::AsnTagClass
sys::Obj sys::Enum asn1::AsnTagClass
@Serializable { simple=true }
The tag class for an AsnTag
- app
 - 
const static AsnTagClass app := ... - context
 - 
const static AsnTagClass context := ... - fromStr
 - 
static new fromStr(Str name, Bool checked := true)Return the AsnTagClass instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
 - isApp
 - 
Bool isApp()Is this the
APPLICATIONclass - isContext
 - 
Bool isContext()Is this the
CONTEXTclass - isPriv
 - 
Bool isPriv()Is this the
PRIVATEclass - isUniv
 - 
Bool isUniv()Is this the
UNIVERSALclass - mask
 - 
const Int mask - priv
 - 
const static AsnTagClass priv := ... - univ
 - 
const static AsnTagClass univ := ... - vals
 - 
const static AsnTagClass[] vals := ...List of AsnTagClass values indexed by ordinal