ObjectDB ObjectDB

valueOf(name) - JDO VersionStrategy's static method

Static Method
javax.jdo.annotations.VersionStrategy
VersionStrategy 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