Class StaticValue

java.lang.Object
me.datafox.dfxengine.values.StaticValue
All Implemented Interfaces:
Comparable<Handled>, Dependency, Dependent, Handled, Value
Direct Known Subclasses:
MappingOperationModifier.SpecialValue

public class StaticValue extends Object implements Value
A numeric value backed with a Numeral. A static value is immutable, unmodifiable and not identified by a Handle. More specifically, getHandle() return null, any calls to set(Numeral) and all apply(...) methods throw UnsupportedOperationException, and all Modifier-related methods return false with no other action. Static values are primarily meant to be used as immutable parameters for Modifier implementations in this module (AbstractModifier, OperationModifier and MappingOperationModifier).