| 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 |
|---|---|
EventSpec |
ViewDMO.getNthDeleteEvent(int i) |
EventSpec |
ViewDMO.getNthSelectEvent(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<EventSpec> |
ViewDMO.getDeleteEvent() |
Iterator<EventSpec> |
ViewDMO.getSelectEvent() |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.addDeleteEvent(EventSpec value)
Adds another deleteEvent to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.addSelectEvent(EventSpec value)
Adds another selectEvent to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.delDeleteEvent(EventSpec value)
Deletes a deleteEvent from the specified value.
|
boolean |
ViewDMO.deleteEventContains(EventSpec value)
Returns true if we contain a valued keyed by the specified EventSpec.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.delSelectEvent(EventSpec value)
Deletes a selectEvent from the specified value.
|
boolean |
ViewDMO.selectEventContains(EventSpec value)
Returns true if we contain a valued keyed by the specified EventSpec.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<EventSpec> |
ViewDMW.getDeleteEventCopy() |
ArrayList<EventSpec> |
ViewDMW.getSelectEventCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDMW.addDeleteEvent(EventSpec value)
Adds another deleteEvent value.
|
void |
ViewDMW.addSelectEvent(EventSpec value)
Adds another selectEvent value.
|
void |
ViewDMW.delDeleteEvent(EventSpec value)
Deletes a deleteEvent value.
|
boolean |
ViewDMW.deleteEventContains(EventSpec value)
Returns true if the collection contains the deleteEvent value.
|
void |
ViewDMW.delSelectEvent(EventSpec value)
Deletes a selectEvent value.
|
boolean |
ViewDMW.selectEventContains(EventSpec value)
Returns true if the collection contains the selectEvent value.
|
| Constructor and Description |
|---|
EventSpecIterableDMW(Iterator<EventSpec> it) |
| Modifier and Type | Field and Description |
|---|---|
protected EventSpec |
DmcTypeEventSpecSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<EventSpec> |
DmcTypeEventSpecSET.value |
protected ArrayList<EventSpec> |
DmcTypeEventSpecMV.value |
| Modifier and Type | Method and Description |
|---|---|
EventSpec |
DmcTypeEventSpecSET.add(Object v) |
EventSpec |
DmcTypeEventSpecMV.add(Object v) |
EventSpec |
DmcTypeEventSpecSTATIC.cloneValue(EventSpec value) |
EventSpec |
DmcTypeEventSpec.cloneValue(EventSpec val)
Returns a clone of a value associated with this type.
|
EventSpec |
DmcTypeEventSpecSET.del(Object v) |
EventSpec |
DmcTypeEventSpecMV.del(Object v) |
EventSpec |
DmcTypeEventSpecSTATIC.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
EventSpec |
DmcTypeEventSpec.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis)
Reads a EventSpec.
|
EventSpec |
DmcTypeEventSpecMV.getMVnth(int index) |
EventSpec |
DmcTypeEventSpecSV.getSV() |
EventSpec |
DmcTypeEventSpecSV.getSVCopy() |
EventSpec |
DmcTypeEventSpecSV.set(Object v) |
EventSpec |
DmcTypeEventSpecMV.setMVnth(int index,
Object v) |
EventSpec |
DmcTypeEventSpecSTATIC.typeCheck(Object value) |
protected EventSpec |
DmcTypeEventSpec.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<EventSpec> |
DmcTypeEventSpecSV.cloneIt() |
org.dmd.dmc.DmcAttribute<EventSpec> |
DmcTypeEventSpecSET.cloneIt() |
org.dmd.dmc.DmcAttribute<EventSpec> |
DmcTypeEventSpecMV.cloneIt() |
Iterator<EventSpec> |
DmcTypeEventSpecSET.getMV() |
Iterator<EventSpec> |
DmcTypeEventSpecMV.getMV() |
Set<EventSpec> |
DmcTypeEventSpecSET.getMVCopy() |
ArrayList<EventSpec> |
DmcTypeEventSpecMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
EventSpec |
DmcTypeEventSpecSTATIC.cloneValue(EventSpec value) |
EventSpec |
DmcTypeEventSpec.cloneValue(EventSpec val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeEventSpecSTATIC.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventSpec value) |
void |
DmcTypeEventSpec.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventSpec value)
Writes a EventSpec.
|
| Constructor and Description |
|---|
EventSpec(EventSpec original)
Copy constructor.
|
Copyright © 2019. All rights reserved.