Class NullValue.NullValueType

java.lang.Object
net.ssehub.easy.varModel.model.values.NullValue.NullValueType
Enclosing class:
NullValue

public static class NullValue.NullValueType extends Object
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 Details

    • NullValueType

      private NullValueType()
      Creates an instance and prevents external instantiation.