valueOf(name) - JPA CriteriaBuilder.Trimspec's static method
Static Methodjavax.persistence.criteria.CriteriaBuilder.Trimspec
Trimspec 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 namejava.lang.NullPointerException
- if the argument is null