Uses of Class
org.isda.cdm.ClosedState
-
Packages that use ClosedState Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ClosedState in org.isda.cdm
Methods in org.isda.cdm that return ClosedState Modifier and Type Method Description ClosedState
ClosedState.ClosedStateBuilder. build()
ClosedState
Contract. getClosedState()
The qualification of what led to the contract closure alongside with the dates on which this closure took effect.ClosedState
Execution. getClosedState()
The qualification of what led to the execution closure alongside with the dates on which this closure takes effect.Methods in org.isda.cdm that return types with arguments of type ClosedState Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ClosedState>
ClosedState.ClosedStateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ClosedState>
ClosedState. metaData()
Methods in org.isda.cdm with parameters of type ClosedState Modifier and Type Method Description Contract.ContractBuilder
Contract.ContractBuilder. setClosedState(ClosedState closedState)
Execution.ExecutionBuilder
Execution.ExecutionBuilder. setClosedState(ClosedState closedState)
-
Uses of ClosedState in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ClosedState Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ClosedState>>
ClosedStateMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ClosedState>>
ClosedStateMeta. dataRules()
java.util.List<java.util.function.Function<? super ClosedState,com.rosetta.model.lib.qualify.QualifyResult>>
ClosedStateMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ClosedState,java.lang.String>
ClosedStateMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ClosedState>
ClosedStateMeta. validator()
-
Uses of ClosedState in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ClosedState Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ClosedState o)
Methods in org.isda.cdm.validation with parameters of type ClosedState Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ClosedState o)
-
Uses of ClosedState in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ClosedState Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ClosedState o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ClosedState Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ClosedState>
ClosedStateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ClosedState o, java.lang.String field)
-