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