Uses of Class
org.isda.cdm.Othr
-
Packages that use Othr Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Othr in org.isda.cdm
Methods in org.isda.cdm that return Othr Modifier and Type Method Description Othr
Othr.OthrBuilder. build()
Othr
FinInstrm. getOthr()
Othr
Prsn. getOthr()
Methods in org.isda.cdm that return types with arguments of type Othr Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Othr>
Othr. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Othr>
Othr.OthrBuilder. metaData()
Methods in org.isda.cdm with parameters of type Othr Modifier and Type Method Description FinInstrm.FinInstrmBuilder
FinInstrm.FinInstrmBuilder. setOthr(Othr othr)
Prsn.PrsnBuilder
Prsn.PrsnBuilder. setOthr(Othr othr)
-
Uses of Othr in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Othr Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Othr>>
OthrMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Othr>>
OthrMeta. dataRules()
java.util.List<java.util.function.Function<? super Othr,com.rosetta.model.lib.qualify.QualifyResult>>
OthrMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Othr,java.lang.String>
OthrMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Othr>
OthrMeta. validator()
-
Uses of Othr in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Othr Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Othr o)
Methods in org.isda.cdm.validation with parameters of type Othr Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Othr o)
-
Uses of Othr in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Othr Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Othr o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Othr Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Othr>
OthrOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Othr o, java.lang.String field)
-