Uses of Class
com.github.curiousoddman.rgxgen.config.RgxGenOption
-
Packages that use RgxGenOption Package Description com.github.curiousoddman.rgxgen.config -
-
Uses of RgxGenOption in com.github.curiousoddman.rgxgen.config
Methods in com.github.curiousoddman.rgxgen.config that return RgxGenOption Modifier and Type Method Description static RgxGenOptionRgxGenOption. valueOf(String name)Returns the enum constant of this type with the specified name.static RgxGenOption[]RgxGenOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-