Package annotation.calcs.snr
Class SNRAnnotationOptions
java.lang.Object
annotation.handler.AnnotationOptions
annotation.calcs.snr.SNRAnnotationOptions
- All Implemented Interfaces:
 Serializable,ManagedParameters
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoidsetSnrAnnotationParameters(SNRAnnotationParameters snrAnnotationParameters) Methods inherited from class annotation.handler.AnnotationOptions
getAnnotationName, isIsSelected, setSelected 
- 
Constructor Details
- 
SNRAnnotationOptions
 
 - 
 - 
Method Details
- 
getSnrAnnotationParameters
- Returns:
 - the snrAnnotationParameters
 
 - 
setSnrAnnotationParameters
- Parameters:
 snrAnnotationParameters- the snrAnnotationParameters to set
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classAnnotationOptions- Returns:
 - description of the parameters in a class.
 
 
 -