Enum Class SgsActionEvent.API_ID
- All Implemented Interfaces:
Serializable,Comparable<SgsActionEvent.API_ID>,Constable
- Enclosing class:
SgsActionEvent
This corresponds to public API methods that can mutate a SongStructure.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiondata=List<SongPart>data=List<SongPart>data=List<SongPart>data=Map<SongPart, Integer>Used for a mutable RP value change.data=rpdata=List<SongPart> -
Method Summary
Modifier and TypeMethodDescriptionstatic SgsActionEvent.API_IDReturns the enum constant of this class with the specified name.static SgsActionEvent.API_ID[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
AddSongParts
data=List<SongPart> -
RemoveSongParts
data=List<SongPart> -
ReplaceSongParts
data=List<SongPart> -
ResizeSongParts
data=Map<SongPart, Integer> -
SetRhythmParameterValue
data=rp -
SetRhythmParameterMutableValue
Used for a mutable RP value change.data=rp
-
setSongPartsName
data=List<SongPart>
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-