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
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoid
setSnrAnnotationParameters
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classAnnotationOptions
- Returns:
- description of the parameters in a class.
-