Uses of Enum Class
org.jjazz.jjswing.api.DrumsStyle
Packages that use DrumsStyle
-
Uses of DrumsStyle in org.jjazz.jjswing.api
Subclasses with type arguments of type DrumsStyle in org.jjazz.jjswing.apiMethods in org.jjazz.jjswing.api that return DrumsStyleModifier and TypeMethodDescriptionstatic DrumsStyleRP_DrumsStyle.toDrumsStyle(String rpValue, String rpVariationValue) Return the DrumsStyle corresponding to rpValue.static DrumsStyleReturns the enum constant of this class with the specified name.static DrumsStyle[]DrumsStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.jjswing.api with parameters of type DrumsStyleModifier and TypeMethodDescriptionstatic StringRP_DrumsStyle.toRpValue(DrumsStyle drumsStyle) Get the rpValue corresponding to drumsStyle.