public ValueHavingElement(ValueHavingElement element) : base(element) { value = element.getValue(); }