    

 ## On this page

  

 

 # valueOf

 Last update: 16.07.2025 

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.)

#### Return

the enum constant with the specified name

#### Throws

[IllegalArgumentException](https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html)if this enum type has no constant with the specified name