public class DataUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataUtil.StandardTextArrayAdapter
TextArray-Ansicht auf ein beliebiges Data.Array (z.
|
Constructor and Description |
---|
DataUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(Data from,
Data to)
Kopiert die Inhalte eines Data-Objekts in ein anderes Data-Objekt (sofern möglich).
|
public static void copy(Data from, Data to)
Die Struktur der Data-Objekte sollte möglichst kompatibel sein. Ist das nicht der Fall gelten folgende Regeln:
from
- Quell-Datumto
- Ziel-Datum