| Constructor and Description |
|---|
EqualizerCategory(String name)
Creates a new EqualizerCategory object using the given name.
|
EqualizerCategory(String name,
int value)
Creates a new EqualizerCategory object using the given name and value.
|
public EqualizerCategory(String name)
0name - the name of the categoryEqualizerCategory(java.lang.String, int)public EqualizerCategory(String name, int value)
name - the name of the categoryvalue - the value of the categoryIllegalArgumentException - if the give name is null or emptypublic String getName()
public int getValue()
public void setValue(int value)
value - the new valueCopyright © 2012–2026 cismet GmbH. All rights reserved.