public class DmcTypeEventWithArgsMV extends DmcTypeEventWithArgs implements Serializable
This code was auto-generated and shouldn't be altered manually! Generated from: org.dmd.dms.util.GenUtility.dumpMVType(GenUtility.java:2495) Called from: org.dmd.dms.util.DmoTypeFormatter.dumpTypes(DmoTypeFormatter.java:101)
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<EventWithArgs> |
value |
| Constructor and Description |
|---|
DmcTypeEventWithArgsMV() |
DmcTypeEventWithArgsMV(org.dmd.dmc.DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
EventWithArgs |
add(Object v) |
org.dmd.dmc.DmcAttribute<EventWithArgs> |
cloneIt() |
boolean |
contains(Object v) |
EventWithArgs |
del(Object v) |
Iterator<EventWithArgs> |
getMV() |
ArrayList<EventWithArgs> |
getMVCopy() |
EventWithArgs |
getMVnth(int index) |
int |
getMVSize() |
DmcTypeEventWithArgsMV |
getNew() |
boolean |
hasValue() |
EventWithArgs |
setMVnth(int index,
Object v) |
cloneValue, deserializeValue, serializeValue, typeCheckaddModsMV, addModsSV, compareTo, containsKey, deserializeIt, formatValue, formatValueAsCompactJSON, formatValueAsJSON, getAttributeInfo, getByKey, getID, getName, getSV, modifierFormat, serializeIt, set, setAttributeInfo, toOIF, toOIF, valueChangedMV, valueChangedSVprotected ArrayList<EventWithArgs> value
public DmcTypeEventWithArgsMV()
public DmcTypeEventWithArgsMV(org.dmd.dmc.DmcAttributeInfo ai)
public DmcTypeEventWithArgsMV getNew()
getNew in class org.dmd.dmc.DmcAttribute<EventWithArgs>public org.dmd.dmc.DmcAttribute<EventWithArgs> cloneIt()
cloneIt in class org.dmd.dmc.DmcAttribute<EventWithArgs>public EventWithArgs add(Object v) throws org.dmd.dmc.DmcValueException
add in class org.dmd.dmc.DmcAttribute<EventWithArgs>org.dmd.dmc.DmcValueExceptionpublic EventWithArgs del(Object v)
del in class org.dmd.dmc.DmcAttribute<EventWithArgs>public Iterator<EventWithArgs> getMV()
getMV in class org.dmd.dmc.DmcAttribute<EventWithArgs>public ArrayList<EventWithArgs> getMVCopy()
public int getMVSize()
getMVSize in class org.dmd.dmc.DmcAttribute<EventWithArgs>public EventWithArgs getMVnth(int index)
getMVnth in class org.dmd.dmc.DmcAttribute<EventWithArgs>public EventWithArgs setMVnth(int index, Object v) throws org.dmd.dmc.DmcValueException
setMVnth in class org.dmd.dmc.DmcAttribute<EventWithArgs>org.dmd.dmc.DmcValueExceptionpublic boolean hasValue()
hasValue in class org.dmd.dmc.DmcAttribute<EventWithArgs>public boolean contains(Object v)
contains in class org.dmd.dmc.DmcAttribute<EventWithArgs>Copyright © 2019. All rights reserved.