Uses of Class
org.isda.cdm.LegalAgreementType
-
Packages that use LegalAgreementType Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of LegalAgreementType in org.isda.cdm
Methods in org.isda.cdm that return LegalAgreementType Modifier and Type Method Description LegalAgreementType
LegalAgreementType.LegalAgreementTypeBuilder. build()
LegalAgreementType
LegalAgreementBase. getAgreementType()
The type of legal agreement, identified via a set of distinct attributes: name, publisher, governing law and version, e.g.Methods in org.isda.cdm that return types with arguments of type LegalAgreementType Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreementType>
LegalAgreementType.LegalAgreementTypeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreementType>
LegalAgreementType. metaData()
Methods in org.isda.cdm with parameters of type LegalAgreementType Modifier and Type Method Description LegalAgreement.LegalAgreementBuilder
LegalAgreement.LegalAgreementBuilder. setAgreementType(LegalAgreementType agreementType)
LegalAgreementBase.LegalAgreementBaseBuilder
LegalAgreementBase.LegalAgreementBaseBuilder. setAgreementType(LegalAgreementType agreementType)
-
Uses of LegalAgreementType in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type LegalAgreementType Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalAgreementType>>
LegalAgreementTypeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalAgreementType>>
LegalAgreementTypeMeta. dataRules()
java.util.List<java.util.function.Function<? super LegalAgreementType,com.rosetta.model.lib.qualify.QualifyResult>>
LegalAgreementTypeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalAgreementType,java.lang.String>
LegalAgreementTypeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super LegalAgreementType>
LegalAgreementTypeMeta. validator()
-
Uses of LegalAgreementType in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type LegalAgreementType Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementType o)
Methods in org.isda.cdm.validation with parameters of type LegalAgreementType Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementType o)
-
Uses of LegalAgreementType in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type LegalAgreementType Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementType o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type LegalAgreementType Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreementType>
LegalAgreementTypeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementType o, java.lang.String field)
-