Uses of Class
org.isda.cdm.ResourceLength
-
Packages that use ResourceLength Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ResourceLength in org.isda.cdm
Methods in org.isda.cdm that return ResourceLength Modifier and Type Method Description ResourceLength
ResourceLength.ResourceLengthBuilder. build()
ResourceLength
Resource. getLength()
Indicates the length of the resource.Methods in org.isda.cdm that return types with arguments of type ResourceLength Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ResourceLength>
ResourceLength. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ResourceLength>
ResourceLength.ResourceLengthBuilder. metaData()
Methods in org.isda.cdm with parameters of type ResourceLength Modifier and Type Method Description Resource.ResourceBuilder
Resource.ResourceBuilder. setLength(ResourceLength length)
-
Uses of ResourceLength in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ResourceLength Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ResourceLength>>
ResourceLengthMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ResourceLength>>
ResourceLengthMeta. dataRules()
java.util.List<java.util.function.Function<? super ResourceLength,com.rosetta.model.lib.qualify.QualifyResult>>
ResourceLengthMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ResourceLength,java.lang.String>
ResourceLengthMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ResourceLength>
ResourceLengthMeta. validator()
-
Uses of ResourceLength in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ResourceLength Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o)
Methods in org.isda.cdm.validation with parameters of type ResourceLength Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o)
-
Uses of ResourceLength in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ResourceLength Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ResourceLength Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ResourceLength>
ResourceLengthOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ResourceLength o, java.lang.String field)
-