public class DataUtil
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DataUtil.StandardTextArrayAdapter |
TextArray-Ansicht auf ein beliebiges Data.Array (z.
|
| Constructor | Description |
|---|---|
DataUtil() |
| Modifier and Type | Method | 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