public class DmcTypeEventScopeEnumMV extends DmcTypeEventScopeEnum 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.dumpEnumType(DmoTypeFormatter.java:361)
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<EventScopeEnum> |
value |
| Constructor and Description |
|---|
DmcTypeEventScopeEnumMV() |
DmcTypeEventScopeEnumMV(org.dmd.dmc.DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
EventScopeEnum |
add(Object v) |
org.dmd.dmc.DmcAttribute<EventScopeEnum> |
cloneIt() |
boolean |
contains(Object v) |
EventScopeEnum |
del(Object v) |
Iterator<EventScopeEnum> |
getMV() |
ArrayList<EventScopeEnum> |
getMVCopy() |
EventScopeEnum |
getMVnth(int index) |
int |
getMVSize() |
DmcTypeEventScopeEnumMV |
getNew() |
boolean |
hasValue() |
EventScopeEnum |
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<EventScopeEnum> value
public DmcTypeEventScopeEnumMV()
public DmcTypeEventScopeEnumMV(org.dmd.dmc.DmcAttributeInfo ai)
public DmcTypeEventScopeEnumMV getNew()
getNew in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public org.dmd.dmc.DmcAttribute<EventScopeEnum> cloneIt()
cloneIt in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public EventScopeEnum add(Object v) throws org.dmd.dmc.DmcValueException
add in class org.dmd.dmc.DmcAttribute<EventScopeEnum>org.dmd.dmc.DmcValueExceptionpublic EventScopeEnum del(Object v)
del in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public Iterator<EventScopeEnum> getMV()
getMV in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public ArrayList<EventScopeEnum> getMVCopy()
public int getMVSize()
getMVSize in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public EventScopeEnum getMVnth(int index)
getMVnth in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public EventScopeEnum setMVnth(int index, Object v) throws org.dmd.dmc.DmcValueException
setMVnth in class org.dmd.dmc.DmcAttribute<EventScopeEnum>org.dmd.dmc.DmcValueExceptionpublic boolean hasValue()
hasValue in class org.dmd.dmc.DmcAttribute<EventScopeEnum>public boolean contains(Object v)
contains in class org.dmd.dmc.DmcAttribute<EventScopeEnum>Copyright © 2019. All rights reserved.