Uses of Class
org.isda.cdm.New
-
Packages that use New Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of New in org.isda.cdm
Methods in org.isda.cdm that return New Modifier and Type Method Description New
New.NewBuilder. build()
New
Tx. getNewTx()
Methods in org.isda.cdm that return types with arguments of type New Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends New>
New. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends New>
New.NewBuilder. metaData()
Methods in org.isda.cdm with parameters of type New Modifier and Type Method Description Tx.TxBuilder
Tx.TxBuilder. setNewTx(New newTx)
-
Uses of New in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type New Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super New>>
NewMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super New>>
NewMeta. dataRules()
java.util.List<java.util.function.Function<? super New,com.rosetta.model.lib.qualify.QualifyResult>>
NewMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super New,java.lang.String>
NewMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super New>
NewMeta. validator()
-
Uses of New in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type New Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<New>
NewValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<New>
NewValidator. validate(com.rosetta.model.lib.path.RosettaPath path, New o)
Methods in org.isda.cdm.validation with parameters of type New Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<New>
NewValidator. validate(com.rosetta.model.lib.path.RosettaPath path, New o)
-
Uses of New in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type New Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<New>
NewOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<New>
NewOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, New o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type New Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<New>
NewOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, New o, java.lang.String field)
-