Class AllocationOutcomeExecutionClosedDataRule

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

    @RosettaDataRule("AllocationOutcome_executionClosed")
    public class AllocationOutcomeExecutionClosedDataRule
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<AllocationOutcome>
    Version:
    2.5.4
    • Method Summary

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

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

      • AllocationOutcomeExecutionClosedDataRule

        public AllocationOutcomeExecutionClosedDataRule()
    • Method Detail

      • validate

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

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