Class SpecificIntegerValue

Direct Known Subclasses:
ComparisonValue, CompositeIntegerValue, ConvertedByteValue, ConvertedCharacterValue, ConvertedIntegerValue, ConvertedShortValue, IdentifiedIntegerValue, NegatedIntegerValue, ParticularIntegerValue

public abstract class SpecificIntegerValue extends IntegerValue
This IntegerValue represents a specific integer value.

This class handles interactions with: - RangeIntegerValue - SpecificInteger (in general)

It reverses and delegates interactions with: - IntegerValue (in general)

It notably doesn't handle interactions with: - UnknownInteger