{{ >source_link }}
        
    {{ /self }}
    {{ #eNum }}
    {{ >documentation }}
    {{ #hasModifiers }}
    {{{ nameWithGenerics }}} {{ kind }} {{ >feature_set }} {{ >categorization }}
- 
        {{ >super_chain }}
        {{ >interfaces }}
        {{ >mixed_in_types }}
        {{ >annotations }}
      
Values
- 
        {{ #publicEnumValues }}
          {{ >constant }}
        {{ /publicEnumValues }}
      
Properties
- 
        {{ #publicInstanceFieldsSorted }}
        {{ >property }}
        {{ /publicInstanceFieldsSorted }}