Package cdm.legaldocumentation.csa
Interface ThresholdType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ThresholdType.ThresholdTypeBuilder
- All Known Implementing Classes:
ThresholdType.ThresholdTypeBuilderImpl,ThresholdType.ThresholdTypeImpl
@RosettaDataType(value="ThresholdType",
builder=ThresholdTypeBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="ThresholdType",
model="cdm",
builder=ThresholdTypeBuilderImpl.class,
version="6.19.0")
public interface ThresholdType
extends com.rosetta.model.lib.RosettaModelObject
Details whether the threshold is rating based, a fixed amount, or infinity.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ThresholdTypestatic classImmutable Implementation of ThresholdType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Defines that the Threshold is a Fixed Amount.Defines that the Threshold is Infinity.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.Defines that the Threshold is based on a Ratings condition(s).default Class<? extends ThresholdType> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdType> 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
-
getFixedAmount
ThresholdFixedAmount getFixedAmount()Defines that the Threshold is a Fixed Amount. -
getRatingsBased
ThresholdRatingsBased getRatingsBased()Defines that the Threshold is based on a Ratings condition(s). -
getInfinity
Infinity getInfinity()Defines that the Threshold is Infinity. -
getOther
String getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
build
ThresholdType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ThresholdType.ThresholdTypeBuilder 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
-