| Package | Description |
|---|---|
| org.dmd.templates.server.generated.dmw | |
| org.dmd.templates.shared.generated.dmo | |
| org.dmd.templates.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Value> |
SectionDMW.getValueCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionDMW.addValue(Value value)
Adds another value value.
|
void |
SectionDMW.delValue(Value value)
Deletes a value value.
|
boolean |
SectionDMW.valueContains(Value value) |
| Constructor and Description |
|---|
ValueIterableDMW(Iterator<Value> it) |
| Modifier and Type | Method and Description |
|---|---|
Value |
SectionDMO.getNthValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Value> |
SectionDMO.getValue() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
SectionDMO.addValue(Value value)
Adds another value to the specified value.
|
DmcAttribute<?> |
SectionDMO.delValue(Value value)
Deletes a value from the specified value.
|
boolean |
SectionDMO.valueContains(Value value) |
| Modifier and Type | Field and Description |
|---|---|
protected Value |
DmcTypeValueSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Value> |
DmcTypeValueSET.value |
protected ArrayList<Value> |
DmcTypeValueMV.value |
| Modifier and Type | Method and Description |
|---|---|
Value |
DmcTypeValueSET.add(Object v) |
Value |
DmcTypeValueMV.add(Object v) |
Value |
DmcTypeValueSTATIC.cloneValue(Value value) |
Value |
DmcTypeValue.cloneValue(Value val)
Returns a clone of a value associated with this type.
|
Value |
DmcTypeValueSET.del(Object v) |
Value |
DmcTypeValueMV.del(Object v) |
Value |
DmcTypeValueSTATIC.deserializeValue(DmcInputStreamIF dis) |
Value |
DmcTypeValue.deserializeValue(DmcInputStreamIF dis)
Reads a Value.
|
Value |
DmcTypeValueMV.getMVnth(int index) |
Value |
DmcTypeValueSV.getSV() |
Value |
DmcTypeValueSV.getSVCopy() |
Value |
DmcTypeValueSV.set(Object v) |
Value |
DmcTypeValueMV.setMVnth(int index,
Object v) |
Value |
DmcTypeValueSTATIC.typeCheck(Object value) |
Value |
DmcTypeValue.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Value> |
DmcTypeValueSV.cloneIt() |
DmcAttribute<Value> |
DmcTypeValueSET.cloneIt() |
DmcAttribute<Value> |
DmcTypeValueMV.cloneIt() |
Iterator<Value> |
DmcTypeValueSET.getMV() |
Iterator<Value> |
DmcTypeValueMV.getMV() |
Set<Value> |
DmcTypeValueSET.getMVCopy() |
ArrayList<Value> |
DmcTypeValueMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
Value |
DmcTypeValueSTATIC.cloneValue(Value value) |
Value |
DmcTypeValue.cloneValue(Value val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeValueSTATIC.serializeValue(DmcOutputStreamIF dos,
Value value) |
void |
DmcTypeValue.serializeValue(DmcOutputStreamIF dos,
Value value)
Writes a Value.
|
| Constructor and Description |
|---|
Value(Value original)
Copy constructor.
|
Copyright © 2023. All rights reserved.