Package cdm.legaldocumentation.csa
Class SensitivityMethodology.SensitivityMethodologyImpl
java.lang.Object
cdm.legaldocumentation.csa.SensitivityMethodology.SensitivityMethodologyImpl
- All Implemented Interfaces:
SensitivityMethodology,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
SensitivityMethodology
public static class SensitivityMethodology.SensitivityMethodologyImpl
extends Object
implements SensitivityMethodology
Immutable Implementation of SensitivityMethodology
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SensitivityMethodology
SensitivityMethodology.SensitivityMethodologyBuilder, SensitivityMethodology.SensitivityMethodologyBuilderImpl, SensitivityMethodology.SensitivityMethodologyImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.SensitivityMethodology
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe methodology according to which sensitivities will be computed, when specified through a custom election.The methodology according to which sensitivities will be computed, when specified through a normalized election.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.SensitivityMethodology
getType, metaData, process
-
Constructor Details
-
SensitivityMethodologyImpl
-
-
Method Details
-
getSpecifiedMethodology
@RosettaAttribute("specifiedMethodology") @Accessor(GETTER) @RuneAttribute("specifiedMethodology") public SensitivitiesEnum getSpecifiedMethodology()Description copied from interface:SensitivityMethodologyThe methodology according to which sensitivities will be computed, when specified through a normalized election.- Specified by:
getSpecifiedMethodologyin interfaceSensitivityMethodology
-
getCustomMethodology
@RosettaAttribute("customMethodology") @Accessor(GETTER) @RuneAttribute("customMethodology") public String getCustomMethodology()Description copied from interface:SensitivityMethodologyThe methodology according to which sensitivities will be computed, when specified through a custom election.- Specified by:
getCustomMethodologyin interfaceSensitivityMethodology
-
build
Description copied from interface:SensitivityMethodologyBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceSensitivityMethodology
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceSensitivityMethodology
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-