Uses of Class
org.projectlombok.test.AnotherDataExample.Coin
-
-
Uses of AnotherDataExample.Coin in org.projectlombok.test
Methods in org.projectlombok.test that return AnotherDataExample.Coin Modifier and Type Method Description static AnotherDataExample.Coin
AnotherDataExample.Coin. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnotherDataExample.Coin[]
AnotherDataExample.Coin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-