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