SoundIconConverter
Inheritance: java.lang.Object
public class SoundIconConverter
Represents SoundIconConverter class
Constructors
| Constructor | Description |
|---|---|
| SoundIconConverter() |
Methods
| Method | Description |
|---|---|
| toString(int value) | String name for SoundIcon element |
| toEnum(String value) | String SoundIcon element for its string name |
SoundIconConverter()
public SoundIconConverter()
toString(int value)
public static String toString(int value)
String name for SoundIcon element
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | SoundIcon element |
Returns: java.lang.String - String name
toEnum(String value)
public static int toEnum(String value)
String SoundIcon element for its string name
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String name |
Returns: int - StampIcon element