Class NullValue.NullValueType
- java.lang.Object
-
- net.ssehub.easy.varModel.model.values.NullValue.NullValueType
-
- Enclosing class:
- NullValue
public static class NullValue.NullValueType extends java.lang.ObjectDefines 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
Constructors Modifier Constructor Description privateNullValueType()Creates an instance and prevents external instantiation.
-