Package cdm.base.math
Interface NumberBound
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
NumberBound.NumberBoundBuilder
- All Known Implementing Classes:
NumberBound.NumberBoundBuilderImpl,NumberBound.NumberBoundImpl
@RosettaDataType(value="NumberBound",
builder=NumberBoundBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="NumberBound",
model="cdm",
builder=NumberBoundBuilderImpl.class,
version="5.30.0")
public interface NumberBound
extends com.rosetta.model.lib.RosettaModelObject
The number bound is defined as a number and whether the bound is inclusive.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of NumberBoundstatic classImmutable Implementation of NumberBound -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Whether the number bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to.The number to be used as the bound, e.g. 5.default Class<? extends NumberBound> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NumberBound> 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
-
getNumber
BigDecimal getNumber()The number to be used as the bound, e.g. 5. -
getInclusive
Boolean getInclusive()Whether the number bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to. -
build
NumberBound build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
NumberBound.NumberBoundBuilder 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
-