Uses of Interface
cdm.legaldocumentation.common.ResourceLength
Packages that use ResourceLength
Package
Description
Common legal agreement concepts.
-
Uses of ResourceLength in cdm.legaldocumentation.common
Subinterfaces of ResourceLength in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement ResourceLengthModifier and TypeClassDescriptionstatic classBuilder Implementation of ResourceLengthstatic classImmutable Implementation of ResourceLengthMethods in cdm.legaldocumentation.common that return ResourceLengthModifier and TypeMethodDescriptionResourceLength.build()Build MethodsResourceLength.ResourceLengthBuilderImpl.build()ResourceLength.ResourceLengthImpl.build()Resource.getLength()Indicates the length of the resource.Resource.ResourceImpl.getLength()Methods in cdm.legaldocumentation.common that return types with arguments of type ResourceLengthModifier and TypeMethodDescriptiondefault Class<? extends ResourceLength> ResourceLength.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ResourceLength> ResourceLength.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type ResourceLengthModifier and TypeMethodDescriptionResource.ResourceBuilder.setLength(ResourceLength length) Resource.ResourceBuilderImpl.setLength(ResourceLength _length) -
Uses of ResourceLength in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type ResourceLengthModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ResourceLength>> ResourceLengthMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ResourceLength, com.rosetta.model.lib.qualify.QualifyResult>> ResourceLengthMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ResourceLength, Set<String>> ResourceLengthMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ResourceLength> ResourceLengthMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ResourceLength> ResourceLengthMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ResourceLength> ResourceLengthMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ResourceLength> ResourceLengthMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ResourceLength in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type ResourceLengthModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ResourceLengthTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ResourceLengthValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o) -
Uses of ResourceLength in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type ResourceLengthModifier and TypeMethodDescription<T2 extends ResourceLength>
com.rosetta.model.lib.validation.ValidationResult<ResourceLength> ResourceLengthOnlyExistsValidator.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 ResourceLengthModifier and TypeMethodDescription<T2 extends ResourceLength>
com.rosetta.model.lib.validation.ValidationResult<ResourceLength> ResourceLengthOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)