Uses of Class
org.isda.cdm.ReferenceInformation
-
Packages that use ReferenceInformation 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 ReferenceInformation in org.isda.cdm
Methods in org.isda.cdm that return ReferenceInformation Modifier and Type Method Description ReferenceInformation
ReferenceInformation.ReferenceInformationBuilder. build()
ReferenceInformation
GeneralTerms. getReferenceInformation()
This attribute contains all the terms relevant to defining the reference entity and reference obligation(s).Methods in org.isda.cdm that return types with arguments of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceInformation>
ReferenceInformation. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceInformation>
ReferenceInformation.ReferenceInformationBuilder. metaData()
Methods in org.isda.cdm with parameters of type ReferenceInformation Modifier and Type Method Description GeneralTerms.GeneralTermsBuilder
GeneralTerms.GeneralTermsBuilder. setReferenceInformation(ReferenceInformation referenceInformation)
-
Uses of ReferenceInformation in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ReferenceInformation Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceInformation>>
ReferenceInformationMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceInformation>>
ReferenceInformationMeta. dataRules()
java.util.List<java.util.function.Function<? super ReferenceInformation,com.rosetta.model.lib.qualify.QualifyResult>>
ReferenceInformationMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceInformation,java.lang.String>
ReferenceInformationMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ReferenceInformation>
ReferenceInformationMeta. validator()
-
Uses of ReferenceInformation in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o)
Methods in org.isda.cdm.validation with parameters of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o)
-
Uses of ReferenceInformation in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation object)
Methods in org.isda.cdm.validation.choicerule with parameters of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation object)
-
Uses of ReferenceInformation in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ReferenceInformation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceInformation>
ReferenceInformationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceInformation o, java.lang.String field)
-