valueOf(name) - JPA Attribute.PersistentAttributeType's static method
Static Method javax.persistence.metamodel.Attribute.PersistentAttributeType
PersistentAttributeType valueOf(
String name
)
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.
- Parameters:
-
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
-
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified name
java.lang.NullPointerException
- if the argument is null