| Package | Description |
|---|---|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPoint.cloneValue(TimeDoubleDataPoint original) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPoint.deserializeValue(DmcInputStreamIF dis) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPoint.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPoint.cloneValue(TimeDoubleDataPoint original) |
void |
DmcTypeTimeDoubleDataPoint.serializeValue(DmcOutputStreamIF dos,
TimeDoubleDataPoint value) |
| Constructor and Description |
|---|
TimeDoubleDataPoint(TimeDoubleDataPoint original) |
| Constructor and Description |
|---|
TimeDoubleDataPointIterableDMW(Iterator<TimeDoubleDataPoint> it) |
| Modifier and Type | Field and Description |
|---|---|
protected TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointSET.value |
protected ArrayList<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointMV.value |
| Modifier and Type | Method and Description |
|---|---|
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSET.add(Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointMV.add(Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSTATIC.cloneValue(TimeDoubleDataPoint value) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSET.del(Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointMV.del(Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSTATIC.deserializeValue(DmcInputStreamIF dis) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointMV.getMVnth(int index) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSV.getSV() |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSV.getSVCopy() |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSV.set(Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointMV.setMVnth(int index,
Object v) |
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointSV.cloneIt() |
DmcAttribute<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointSET.cloneIt() |
DmcAttribute<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointMV.cloneIt() |
Iterator<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointSET.getMV() |
Iterator<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointMV.getMV() |
Set<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointSET.getMVCopy() |
ArrayList<TimeDoubleDataPoint> |
DmcTypeTimeDoubleDataPointMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
TimeDoubleDataPoint |
DmcTypeTimeDoubleDataPointSTATIC.cloneValue(TimeDoubleDataPoint value) |
void |
DmcTypeTimeDoubleDataPointSTATIC.serializeValue(DmcOutputStreamIF dos,
TimeDoubleDataPoint value) |
Copyright © 2023. All rights reserved.