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