| 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 |
|---|---|
UUIDLite |
DmcTypeUUIDLite.cloneValue(UUIDLite original) |
UUIDLite |
DmcTypeUUIDLite.deserializeValue(DmcInputStreamIF dis)
Read a UUIDLite.
|
UUIDLite |
IntegerToUUIDLite.getValue() |
UUIDLite |
DmcTypeUUIDLite.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
UUIDLite |
DmcTypeUUIDLite.cloneValue(UUIDLite original) |
void |
DmcTypeUUIDLite.serializeValue(DmcOutputStreamIF dos,
UUIDLite value)
Write a UUIDLite.
|
| Constructor and Description |
|---|
IntegerToUUIDLite(Integer k,
UUIDLite v) |
UUIDLite(UUIDLite u) |
UUIDName(UUIDLite l) |
| Constructor and Description |
|---|
UUIDLiteIterableDMW(Iterator<UUIDLite> it) |
| Modifier and Type | Field and Description |
|---|---|
protected UUIDLite |
DmcTypeUUIDLiteSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<UUIDLite> |
DmcTypeUUIDLiteSET.value |
protected ArrayList<UUIDLite> |
DmcTypeUUIDLiteMV.value |
| Modifier and Type | Method and Description |
|---|---|
UUIDLite |
DmcTypeUUIDLiteSET.add(Object v) |
UUIDLite |
DmcTypeUUIDLiteMV.add(Object v) |
UUIDLite |
DmcTypeUUIDLiteSTATIC.cloneValue(UUIDLite value) |
UUIDLite |
DmcTypeUUIDLiteSET.del(Object v) |
UUIDLite |
DmcTypeUUIDLiteMV.del(Object v) |
UUIDLite |
DmcTypeUUIDLiteSTATIC.deserializeValue(DmcInputStreamIF dis) |
UUIDLite |
DmcTypeUUIDLiteMV.getMVnth(int index) |
UUIDLite |
DmcTypeUUIDLiteSV.getSV() |
UUIDLite |
DmcTypeUUIDLiteSV.getSVCopy() |
UUIDLite |
DmcTypeUUIDLiteSV.set(Object v) |
UUIDLite |
DmcTypeUUIDLiteMV.setMVnth(int index,
Object v) |
UUIDLite |
DmcTypeUUIDLiteSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<UUIDLite> |
DmcTypeUUIDLiteSV.cloneIt() |
DmcAttribute<UUIDLite> |
DmcTypeUUIDLiteSET.cloneIt() |
DmcAttribute<UUIDLite> |
DmcTypeUUIDLiteMV.cloneIt() |
Iterator<UUIDLite> |
DmcTypeUUIDLiteSET.getMV() |
Iterator<UUIDLite> |
DmcTypeUUIDLiteMV.getMV() |
Set<UUIDLite> |
DmcTypeUUIDLiteSET.getMVCopy() |
ArrayList<UUIDLite> |
DmcTypeUUIDLiteMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
UUIDLite |
DmcTypeUUIDLiteSTATIC.cloneValue(UUIDLite value) |
void |
DmcTypeUUIDLiteSTATIC.serializeValue(DmcOutputStreamIF dos,
UUIDLite value) |
Copyright © 2023. All rights reserved.