Class ExerciseFeeScheduleOnlyExistsValidator

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.ValidatorWithArg<ExerciseFeeSchedule,​java.lang.String>

    public class ExerciseFeeScheduleOnlyExistsValidator
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.ValidatorWithArg<ExerciseFeeSchedule,​java.lang.String>
    • Method Summary

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

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

      • ExerciseFeeScheduleOnlyExistsValidator

        public ExerciseFeeScheduleOnlyExistsValidator()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                               ExerciseFeeSchedule o,
                                                                                               java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<ExerciseFeeSchedule,​java.lang.String>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                               com.rosetta.model.lib.RosettaModelObjectBuilder b,
                                                                                               java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<ExerciseFeeSchedule,​java.lang.String>