Uses of Interface
cdm.legaldocumentation.common.OtherAgreement
Packages that use OtherAgreement
Package
Description
Common legal agreement concepts.
-
Uses of OtherAgreement in cdm.legaldocumentation.common
Subinterfaces of OtherAgreement in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement OtherAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of OtherAgreementstatic classImmutable Implementation of OtherAgreementMethods in cdm.legaldocumentation.common that return OtherAgreementModifier and TypeMethodDescriptionOtherAgreement.build()Build MethodsOtherAgreement.OtherAgreementBuilderImpl.build()OtherAgreement.OtherAgreementImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type OtherAgreementModifier and TypeMethodDescriptiondefault Class<? extends OtherAgreement> OtherAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement> OtherAgreement.metaData()Utility Methods -
Uses of OtherAgreement in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type OtherAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super OtherAgreement>> OtherAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super OtherAgreement, com.rosetta.model.lib.qualify.QualifyResult>> OtherAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super OtherAgreement, Set<String>> OtherAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super OtherAgreement> OtherAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreement> OtherAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super OtherAgreement> OtherAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreement> OtherAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of OtherAgreement in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type OtherAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o) -
Uses of OtherAgreement in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type OtherAgreementModifier and TypeMethodDescription<T2 extends OtherAgreement>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreement> OtherAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.common.validation.exists that return types with arguments of type OtherAgreementModifier and TypeMethodDescription<T2 extends OtherAgreement>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreement> OtherAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)