public static enum ConvertToEnhancedStereoAction.Type extends java.lang.Enum<ConvertToEnhancedStereoAction.Type>
Enum Constant and Description |
---|
AND
And type of enhanced stereo
|
OR
Or type of enhanced stereo
|
Modifier and Type | Method and Description |
---|---|
static ConvertToEnhancedStereoAction.Type |
parse(java.lang.String type)
Parses the type of the enhanced stereo action
|
java.lang.String |
toString() |
static ConvertToEnhancedStereoAction.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConvertToEnhancedStereoAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertToEnhancedStereoAction.Type AND
public static final ConvertToEnhancedStereoAction.Type OR
public static ConvertToEnhancedStereoAction.Type[] values()
for (ConvertToEnhancedStereoAction.Type c : ConvertToEnhancedStereoAction.Type.values()) System.out.println(c);
public static ConvertToEnhancedStereoAction.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ConvertToEnhancedStereoAction.Type>
public static ConvertToEnhancedStereoAction.Type parse(java.lang.String type)
type
- the string representation of the type to be parsed