| Modifier and Type | Method and Description |
|---|---|
MethodWithArgs |
ViewDMO.getNthPresenterMethod(int i) |
MethodWithArgs |
ViewDMO.getNthViewMethod(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MethodWithArgs> |
ViewDMO.getPresenterMethod() |
Iterator<MethodWithArgs> |
ViewDMO.getViewMethod() |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.addPresenterMethod(MethodWithArgs value)
Adds another presenterMethod to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.addViewMethod(MethodWithArgs value)
Adds another viewMethod to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.delPresenterMethod(MethodWithArgs value)
Deletes a presenterMethod from the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
ViewDMO.delViewMethod(MethodWithArgs value)
Deletes a viewMethod from the specified value.
|
boolean |
ViewDMO.presenterMethodContains(MethodWithArgs value)
Returns true if we contain a valued keyed by the specified MethodWithArgs.
|
boolean |
ViewDMO.viewMethodContains(MethodWithArgs value)
Returns true if we contain a valued keyed by the specified MethodWithArgs.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MethodWithArgs> |
ViewDMW.getPresenterMethodCopy() |
ArrayList<MethodWithArgs> |
ViewDMW.getViewMethodCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDMW.addPresenterMethod(MethodWithArgs value)
Adds another presenterMethod value.
|
void |
ViewDMW.addViewMethod(MethodWithArgs value)
Adds another viewMethod value.
|
void |
ViewDMW.delPresenterMethod(MethodWithArgs value)
Deletes a presenterMethod value.
|
void |
ViewDMW.delViewMethod(MethodWithArgs value)
Deletes a viewMethod value.
|
boolean |
ViewDMW.presenterMethodContains(MethodWithArgs value)
Returns true if the collection contains the presenterMethod value.
|
boolean |
ViewDMW.viewMethodContains(MethodWithArgs value)
Returns true if the collection contains the viewMethod value.
|
| Constructor and Description |
|---|
MethodWithArgsIterableDMW(Iterator<MethodWithArgs> it) |
| Modifier and Type | Field and Description |
|---|---|
protected MethodWithArgs |
DmcTypeMethodWithArgsSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<MethodWithArgs> |
DmcTypeMethodWithArgsSET.value |
protected ArrayList<MethodWithArgs> |
DmcTypeMethodWithArgsMV.value |
| Modifier and Type | Method and Description |
|---|---|
MethodWithArgs |
DmcTypeMethodWithArgsSET.add(Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsMV.add(Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsSTATIC.cloneValue(MethodWithArgs value) |
MethodWithArgs |
DmcTypeMethodWithArgsSET.del(Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsMV.del(Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsSTATIC.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
MethodWithArgs |
DmcTypeMethodWithArgsMV.getMVnth(int index) |
MethodWithArgs |
DmcTypeMethodWithArgsSV.getSV() |
MethodWithArgs |
DmcTypeMethodWithArgsSV.getSVCopy() |
MethodWithArgs |
DmcTypeMethodWithArgsSV.set(Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsMV.setMVnth(int index,
Object v) |
MethodWithArgs |
DmcTypeMethodWithArgsSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<MethodWithArgs> |
DmcTypeMethodWithArgsSV.cloneIt() |
org.dmd.dmc.DmcAttribute<MethodWithArgs> |
DmcTypeMethodWithArgsSET.cloneIt() |
org.dmd.dmc.DmcAttribute<MethodWithArgs> |
DmcTypeMethodWithArgsMV.cloneIt() |
Iterator<MethodWithArgs> |
DmcTypeMethodWithArgsSET.getMV() |
Iterator<MethodWithArgs> |
DmcTypeMethodWithArgsMV.getMV() |
Set<MethodWithArgs> |
DmcTypeMethodWithArgsSET.getMVCopy() |
ArrayList<MethodWithArgs> |
DmcTypeMethodWithArgsMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
MethodWithArgs |
DmcTypeMethodWithArgsSTATIC.cloneValue(MethodWithArgs value) |
void |
DmcTypeMethodWithArgsSTATIC.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
MethodWithArgs value) |
| Modifier and Type | Method and Description |
|---|---|
MethodWithArgs |
DmcTypeMethodWithArgs.cloneValue(MethodWithArgs original) |
MethodWithArgs |
DmcTypeMethodWithArgs.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
MethodWithArgs |
DmcTypeMethodWithArgs.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
MethodWithArgs |
DmcTypeMethodWithArgs.cloneValue(MethodWithArgs original) |
void |
DmcTypeMethodWithArgs.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
MethodWithArgs value) |
| Constructor and Description |
|---|
MethodWithArgs(MethodWithArgs mwa) |
Copyright © 2019. All rights reserved.