Uses of Class
org.isda.cdm.Id
-
Packages that use Id Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Id in org.isda.cdm
Methods in org.isda.cdm that return Id Modifier and Type Method Description Id
Id.IdBuilder. build()
Id
AcctOwnr. getId()
Methods in org.isda.cdm that return types with arguments of type Id Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Id>
Id.IdBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Id>
Id. metaData()
Methods in org.isda.cdm with parameters of type Id Modifier and Type Method Description AcctOwnr.AcctOwnrBuilder
AcctOwnr.AcctOwnrBuilder. setId(Id id)
-
Uses of Id in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Id Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Id>>
IdMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Id>>
IdMeta. dataRules()
java.util.List<java.util.function.Function<? super Id,com.rosetta.model.lib.qualify.QualifyResult>>
IdMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Id,java.lang.String>
IdMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Id>
IdMeta. validator()
-
Uses of Id in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Id Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Id>
IdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Id>
IdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Id o)
Methods in org.isda.cdm.validation with parameters of type Id Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Id>
IdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Id o)
-
Uses of Id in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Id Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Id>
IdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Id>
IdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Id o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Id Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Id>
IdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Id o, java.lang.String field)
-