Uses of Class
org.isda.cdm.StubValue
-
Packages that use StubValue Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of StubValue in org.isda.cdm
Methods in org.isda.cdm that return StubValue Modifier and Type Method Description StubValue
StubValue.StubValueBuilder. build()
StubValue
StubCalculationPeriodAmount. getFinalStub()
Specifies how the final stub amount is calculated.StubValue
StubPeriod. getFinalStub()
Specifies how the final stub amount is calculated.StubValue
StubCalculationPeriodAmount. getInitialStub()
Specifies how the initial stub amount is calculated.StubValue
StubPeriod. getInitialStub()
Specifies how the initial stub amount is calculated.Methods in org.isda.cdm that return types with arguments of type StubValue Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends StubValue>
StubValue. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends StubValue>
StubValue.StubValueBuilder. metaData()
Methods in org.isda.cdm with parameters of type StubValue Modifier and Type Method Description StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder
StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder. setFinalStub(StubValue finalStub)
StubPeriod.StubPeriodBuilder
StubPeriod.StubPeriodBuilder. setFinalStub(StubValue finalStub)
StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder
StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder. setInitialStub(StubValue initialStub)
StubPeriod.StubPeriodBuilder
StubPeriod.StubPeriodBuilder. setInitialStub(StubValue initialStub)
-
Uses of StubValue in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type StubValue Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super StubValue>>
StubValueMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super StubValue>>
StubValueMeta. dataRules()
java.util.List<java.util.function.Function<? super StubValue,com.rosetta.model.lib.qualify.QualifyResult>>
StubValueMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super StubValue,java.lang.String>
StubValueMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super StubValue>
StubValueMeta. validator()
-
Uses of StubValue in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueValidator. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue o)
Methods in org.isda.cdm.validation with parameters of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueValidator. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue o)
-
Uses of StubValue in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue object)
Methods in org.isda.cdm.validation.choicerule with parameters of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue object)
-
Uses of StubValue in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type StubValue Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<StubValue>
StubValueOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, StubValue o, java.lang.String field)
-