Class ValueObject

    • Constructor Detail

      • ValueObject

        public ValueObject​(Object value,
                           Type valueType)
        Constructs the ValueObject
        Parameters:
        value -
        valueType -
    • Method Detail

      • getValue

        public Object getValue()
        Gets the value
        Returns:
        the value
      • getValueType

        public Type getValueType()
        Gets the value type.
        Returns:
        the value type.