    

 ## On this page

  

 

 # MetadataAccess

 Last update: 16.07.2025 

enum [MetadataAccess](index.md)

Supported access levels.

## Entries

[Private](-private/index.md)[Private](-private/index.md)[ReadOnly](-read-only/index.md)[ReadOnly](-read-only/index.md)[Public](-public/index.md)[Public](-public/index.md)## Properties

NameSummary[value](value.md)val [value](value.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)## Functions

NameSummary[valueOf](value-of.md)public [valueOf](value-of.md)(name: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)): [Variable.MetadataAccess](index.md)  
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)[values](values.md)public [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Variable.MetadataAccess](index.md)&gt;  
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.