public void SetValue(STRING value) { this.value = value.value; }
public Object Clone() { STRING str = new STRING(this.value); return str; }