Class GeneralTermsChoiceRule

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.Validator<GeneralTerms>

    @RosettaChoiceRule("GeneralTerms_choice")
    public class GeneralTermsChoiceRule
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<GeneralTerms>
    Version:
    2.5.4
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> validate​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)  
      com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> validate​(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms object)  
      • Methods inherited from class java.lang.Object

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

      • GeneralTermsChoiceRule

        public GeneralTermsChoiceRule()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                        GeneralTerms object)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<GeneralTerms>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<GeneralTerms> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                        com.rosetta.model.lib.RosettaModelObjectBuilder builder)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<GeneralTerms>