Class ReferencePairChoiceRule

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

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

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

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

      • ReferencePairChoiceRule

        public ReferencePairChoiceRule()
    • Method Detail

      • validate

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

        public com.rosetta.model.lib.validation.ValidationResult<ReferencePair> 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<ReferencePair>