Class NullValue.NullValueType
java.lang.Object
net.ssehub.easy.varModel.model.values.NullValue.NullValueType
- Enclosing class:
NullValue
Defines the type of the singleton null value. Actually, object would be sufficient,
but for serialization a specific type is required.
- Author:
- Holger Eichelberger
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreates an instance and prevents external instantiation. -
Method Summary
-
Constructor Details
-
NullValueType
private NullValueType()Creates an instance and prevents external instantiation.
-