Package cdm.legaldocumentation.csa
Interface FrenchLawAddendum
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FrenchLawAddendum.FrenchLawAddendumBuilder
- All Known Implementing Classes:
FrenchLawAddendum.FrenchLawAddendumBuilderImpl,FrenchLawAddendum.FrenchLawAddendumImpl
@RosettaDataType(value="FrenchLawAddendum",
builder=FrenchLawAddendumBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="FrenchLawAddendum",
model="cdm",
builder=FrenchLawAddendumBuilderImpl.class,
version="7.0.0-dev.105")
public interface FrenchLawAddendum
extends com.rosetta.model.lib.RosettaModelObject
A class to specify party specific elections when a Collateral Transfer Agreement is governed by French Law.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FrenchLawAddendumstatic classImmutable Implementation of FrenchLawAddendum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The qualification of whether the French Law Addendum is deemed applicable by the parties (True) or not (False).List<? extends FrenchLawAddendumElection> The parties French Law Addendum Elections.default Class<? extends FrenchLawAddendum> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FrenchLawAddendum> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIsApplicable
Boolean getIsApplicable()The qualification of whether the French Law Addendum is deemed applicable by the parties (True) or not (False). -
getPartyElection
List<? extends FrenchLawAddendumElection> getPartyElection()The parties French Law Addendum Elections. -
build
FrenchLawAddendum build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
FrenchLawAddendum.FrenchLawAddendumBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-