Package org.teamapps.data.value
Interface MutableDataRecord
- All Superinterfaces:
DataRecord
- All Known Implementing Classes:
SimpleDataRecord
@Deprecated public interface MutableDataRecord extends DataRecord
Deprecated.
will get removed soon
-
Method Summary
Modifier and Type Method Description MutableDataRecordsetValue(java.lang.String key, java.lang.Object value)Deprecated.Methods inherited from interface org.teamapps.data.value.DataRecord
getAllValuesAsMap, getBooleanValue, getDoubleValue, getIntValue, getLongValue, getPropertyNames, getStringValue, getValue
-
Method Details
-
setValue
Deprecated.
-