Class ScheduleMeta

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

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

      Constructors 
      Constructor Description
      ScheduleMeta()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.rosetta.model.lib.validation.Validator<? super Schedule>> choiceRuleValidators()  
      java.util.List<com.rosetta.model.lib.validation.Validator<? super Schedule>> dataRules()  
      java.util.List<java.util.function.Function<? super Schedule,​com.rosetta.model.lib.qualify.QualifyResult>> getQualifyFunctions()  
      com.rosetta.model.lib.validation.ValidatorWithArg<? super Schedule,​java.lang.String> onlyExistsValidator()  
      com.rosetta.model.lib.validation.Validator<? super Schedule> validator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleMeta

        public ScheduleMeta()
    • Method Detail

      • dataRules

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

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

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

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

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