public class ElementTone extends GenericModel
| Constructor and Description | 
|---|
| ElementTone() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTone(ToneCategory tone)Adds the tone. | 
| List<ToneCategory> | getTones()Gets the tones. | 
| void | setTones(List<ToneCategory> tones)Sets the tones. | 
equals, hashCode, toStringpublic List<ToneCategory> getTones()
public void setTones(List<ToneCategory> tones)
tones - the new tonespublic void addTone(ToneCategory tone)
tone - the toneCopyright © 2015–2016. All rights reserved.