| Package | Description |
|---|---|
| org.dmd.mvw.tools.mvwgenerator.generated.dmo | |
| org.dmd.mvw.tools.mvwgenerator.generated.dmw | |
| org.dmd.mvw.tools.mvwgenerator.generated.types |
| Modifier and Type | Method and Description |
|---|---|
OperationSpec |
ViewDMO.getCreateEvent() |
OperationSpec |
ViewDMO.getModifyEvent() |
OperationSpec |
ViewDMO.getNthClickEvent(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<OperationSpec> |
ViewDMO.getClickEvent() |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.addClickEvent(OperationSpec value)
Adds another clickEvent to the specified value.
|
boolean |
ViewDMO.clickEventContains(OperationSpec value)
Returns true if we contain a valued keyed by the specified OperationSpec.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.delClickEvent(OperationSpec value)
Deletes a clickEvent from the specified value.
|
void |
ViewDMO.setCreateEvent(OperationSpec value)
Sets createEvent to the specified value.
|
void |
ViewDMO.setModifyEvent(OperationSpec value)
Sets modifyEvent to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
OperationSpec |
ViewDMW.getCreateEvent() |
OperationSpec |
ViewDMW.getModifyEvent() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OperationSpec> |
ViewDMW.getClickEventCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDMW.addClickEvent(OperationSpec value)
Adds another clickEvent value.
|
boolean |
ViewDMW.clickEventContains(OperationSpec value)
Returns true if the collection contains the clickEvent value.
|
void |
ViewDMW.delClickEvent(OperationSpec value)
Deletes a clickEvent value.
|
void |
ViewDMW.setCreateEvent(OperationSpec value)
Sets createEvent to the specified value.
|
void |
ViewDMW.setModifyEvent(OperationSpec value)
Sets modifyEvent to the specified value.
|
| Constructor and Description |
|---|
OperationSpecIterableDMW(Iterator<OperationSpec> it) |
| Modifier and Type | Field and Description |
|---|---|
protected OperationSpec |
DmcTypeOperationSpecSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<OperationSpec> |
DmcTypeOperationSpecSET.value |
protected ArrayList<OperationSpec> |
DmcTypeOperationSpecMV.value |
| Modifier and Type | Method and Description |
|---|---|
OperationSpec |
DmcTypeOperationSpecSET.add(Object v) |
OperationSpec |
DmcTypeOperationSpecMV.add(Object v) |
OperationSpec |
DmcTypeOperationSpecSTATIC.cloneValue(OperationSpec value) |
OperationSpec |
DmcTypeOperationSpec.cloneValue(OperationSpec val)
Returns a clone of a value associated with this type.
|
OperationSpec |
DmcTypeOperationSpecSET.del(Object v) |
OperationSpec |
DmcTypeOperationSpecMV.del(Object v) |
OperationSpec |
DmcTypeOperationSpecSTATIC.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
OperationSpec |
DmcTypeOperationSpec.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis)
Reads a OperationSpec.
|
OperationSpec |
DmcTypeOperationSpecMV.getMVnth(int index) |
OperationSpec |
DmcTypeOperationSpecSV.getSV() |
OperationSpec |
DmcTypeOperationSpecSV.getSVCopy() |
OperationSpec |
DmcTypeOperationSpecSV.set(Object v) |
OperationSpec |
DmcTypeOperationSpecMV.setMVnth(int index,
Object v) |
OperationSpec |
DmcTypeOperationSpecSTATIC.typeCheck(Object value) |
protected OperationSpec |
DmcTypeOperationSpec.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<OperationSpec> |
DmcTypeOperationSpecSV.cloneIt() |
org.dmd.dmc.DmcAttribute<OperationSpec> |
DmcTypeOperationSpecSET.cloneIt() |
org.dmd.dmc.DmcAttribute<OperationSpec> |
DmcTypeOperationSpecMV.cloneIt() |
Iterator<OperationSpec> |
DmcTypeOperationSpecSET.getMV() |
Iterator<OperationSpec> |
DmcTypeOperationSpecMV.getMV() |
Set<OperationSpec> |
DmcTypeOperationSpecSET.getMVCopy() |
ArrayList<OperationSpec> |
DmcTypeOperationSpecMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
OperationSpec |
DmcTypeOperationSpecSTATIC.cloneValue(OperationSpec value) |
OperationSpec |
DmcTypeOperationSpec.cloneValue(OperationSpec val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeOperationSpecSTATIC.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
OperationSpec value) |
void |
DmcTypeOperationSpec.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
OperationSpec value)
Writes a OperationSpec.
|
| Constructor and Description |
|---|
OperationSpec(OperationSpec original)
Copy constructor.
|
Copyright © 2019. All rights reserved.