Uses of Class
org.jeyzer.demo.event.codes.DemoEventCode
-
-
Uses of DemoEventCode in org.jeyzer.demo.event.codes
Methods in org.jeyzer.demo.event.codes that return DemoEventCode Modifier and Type Method Description static DemoEventCode
DemoEventCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DemoEventCode[]
DemoEventCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-