Package soundtrap
Class STToolsParams
java.lang.Object
soundtrap.STToolsParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longboolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected STToolsParamsclone()Get a set of data that describes all of the parameters in a classReturns the name of the sound acquisition module to use.voidsetCustomDate(String customDate) voidsetSoundAcqName(String soundAcqName)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
sourceFolder
 - 
sourceSubFolders
public boolean sourceSubFolders - 
destFolder
 - 
clickDetName
 
 - 
 - 
Constructor Details
- 
STToolsParams
public STToolsParams() 
 - 
 - 
Method Details
- 
getSoundAcqName
Returns the name of the sound acquisition module to use. If null, sets it to the default- Returns:
 - the soundAcqName
 
 - 
setSoundAcqName
- Parameters:
 soundAcqName- the soundAcqName to set
 - 
getCustomDate
 - 
setCustomDate
 - 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -