Package soundtrap
Class STToolsParams
java.lang.Object
soundtrap.STToolsParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classReturns the name of the sound acquisition module to use.void
setCustomDate
(String customDate) void
setSoundAcqName
(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
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-