Class DeliveryAmountMeta

  • All Implemented Interfaces:
    com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>

    @RosettaMeta(model=DeliveryAmount.class)
    public class DeliveryAmountMeta
    extends java.lang.Object
    implements com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>
    Version:
    2.5.4
    • Constructor Detail

      • DeliveryAmountMeta

        public DeliveryAmountMeta()
    • Method Detail

      • dataRules

        public java.util.List<com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>> dataRules()
        Specified by:
        dataRules in interface com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>
      • choiceRuleValidators

        public java.util.List<com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>> choiceRuleValidators()
        Specified by:
        choiceRuleValidators in interface com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>
      • getQualifyFunctions

        public java.util.List<java.util.function.Function<? super DeliveryAmount,​com.rosetta.model.lib.qualify.QualifyResult>> getQualifyFunctions()
        Specified by:
        getQualifyFunctions in interface com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>
      • validator

        public com.rosetta.model.lib.validation.Validator<? super DeliveryAmount> validator()
        Specified by:
        validator in interface com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>
      • onlyExistsValidator

        public com.rosetta.model.lib.validation.ValidatorWithArg<? super DeliveryAmount,​java.lang.String> onlyExistsValidator()
        Specified by:
        onlyExistsValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<DeliveryAmount>