Uses of Interface
cdm.legaldocumentation.master.isla.EventsOfDefaultElection
Packages that use EventsOfDefaultElection
Package
Description
-
Uses of EventsOfDefaultElection in cdm.legaldocumentation.master.isla
Subinterfaces of EventsOfDefaultElection in cdm.legaldocumentation.master.islaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.master.isla that implement EventsOfDefaultElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of EventsOfDefaultElectionstatic classImmutable Implementation of EventsOfDefaultElectionMethods in cdm.legaldocumentation.master.isla that return EventsOfDefaultElectionModifier and TypeMethodDescriptionEventsOfDefaultElection.build()Build MethodsEventsOfDefaultElection.EventsOfDefaultElectionBuilderImpl.build()EventsOfDefaultElection.EventsOfDefaultElectionImpl.build()Methods in cdm.legaldocumentation.master.isla that return types with arguments of type EventsOfDefaultElectionModifier and TypeMethodDescriptionList<? extends EventsOfDefaultElection> EventsOfDefault.EventsOfDefaultImpl.getPartyElection()List<? extends EventsOfDefaultElection> EventsOfDefault.getPartyElection()The specified events of default elections for the respective parties signing the GMSLA.default Class<? extends EventsOfDefaultElection> EventsOfDefaultElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends EventsOfDefaultElection> EventsOfDefaultElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.master.isla with parameters of type EventsOfDefaultElectionModifier and TypeMethodDescriptionEventsOfDefault.EventsOfDefaultBuilder.addPartyElection(EventsOfDefaultElection partyElection) EventsOfDefault.EventsOfDefaultBuilder.addPartyElection(EventsOfDefaultElection partyElection, int idx) EventsOfDefault.EventsOfDefaultBuilderImpl.addPartyElection(EventsOfDefaultElection _partyElection) EventsOfDefault.EventsOfDefaultBuilderImpl.addPartyElection(EventsOfDefaultElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.master.isla with type arguments of type EventsOfDefaultElectionModifier and TypeMethodDescriptionEventsOfDefault.EventsOfDefaultBuilder.addPartyElection(List<? extends EventsOfDefaultElection> partyElection) EventsOfDefault.EventsOfDefaultBuilderImpl.addPartyElection(List<? extends EventsOfDefaultElection> partyElections) EventsOfDefault.EventsOfDefaultBuilder.setPartyElection(List<? extends EventsOfDefaultElection> partyElection) EventsOfDefault.EventsOfDefaultBuilderImpl.setPartyElection(List<? extends EventsOfDefaultElection> partyElections) -
Uses of EventsOfDefaultElection in cdm.legaldocumentation.master.isla.meta
Methods in cdm.legaldocumentation.master.isla.meta that return types with arguments of type EventsOfDefaultElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super EventsOfDefaultElection>> EventsOfDefaultElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super EventsOfDefaultElection, com.rosetta.model.lib.qualify.QualifyResult>> EventsOfDefaultElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super EventsOfDefaultElection, Set<String>> EventsOfDefaultElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super EventsOfDefaultElection> EventsOfDefaultElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super EventsOfDefaultElection> EventsOfDefaultElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super EventsOfDefaultElection> EventsOfDefaultElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super EventsOfDefaultElection> EventsOfDefaultElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of EventsOfDefaultElection in cdm.legaldocumentation.master.isla.validation
Methods in cdm.legaldocumentation.master.isla.validation with parameters of type EventsOfDefaultElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> EventsOfDefaultElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, EventsOfDefaultElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> EventsOfDefaultElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, EventsOfDefaultElection o) -
Uses of EventsOfDefaultElection in cdm.legaldocumentation.master.isla.validation.datarule
Methods in cdm.legaldocumentation.master.isla.validation.datarule with parameters of type EventsOfDefaultElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> EventsOfDefaultElectionAutomaticEarlyTerminationMustBeApplicable.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, EventsOfDefaultElection eventsOfDefaultElection) List<com.rosetta.model.lib.validation.ValidationResult<?>> EventsOfDefaultElectionAutomaticEarlyTerminationMustBeApplicable.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, EventsOfDefaultElection eventsOfDefaultElection) -
Uses of EventsOfDefaultElection in cdm.legaldocumentation.master.isla.validation.exists
Methods in cdm.legaldocumentation.master.isla.validation.exists with type parameters of type EventsOfDefaultElectionModifier and TypeMethodDescription<T2 extends EventsOfDefaultElection>
com.rosetta.model.lib.validation.ValidationResult<EventsOfDefaultElection> EventsOfDefaultElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.master.isla.validation.exists that return types with arguments of type EventsOfDefaultElectionModifier and TypeMethodDescription<T2 extends EventsOfDefaultElection>
com.rosetta.model.lib.validation.ValidationResult<EventsOfDefaultElection> EventsOfDefaultElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)