public class DmcTypeComponentREFMV extends DmcTypeComponentREF 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.dumpNamedREF(DmoTypeFormatter.java:529)
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ComponentREF> |
value |
| Constructor and Description |
|---|
DmcTypeComponentREFMV() |
DmcTypeComponentREFMV(org.dmd.dmc.DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
ComponentREF |
add(Object v) |
org.dmd.dmc.DmcAttribute<ComponentREF> |
cloneIt() |
boolean |
contains(Object v) |
ComponentREF |
del(Object v) |
Iterator<ComponentREF> |
getMV() |
ArrayList<ComponentREF> |
getMVCopy() |
ComponentREF |
getMVnth(int index) |
int |
getMVSize() |
DmcTypeComponentREFMV |
getNew() |
boolean |
hasValue() |
ComponentREF |
setMVnth(int index,
Object v) |
cloneValue, deserializeValue, getDMOClassName, getNewHelper, getNewName, isDMO, serializeValue, typeCheckdoLazyResolution, removeBackReferences, resolveReferences, weAreResolvedaddModsMV, addModsSV, compareTo, containsKey, deserializeIt, formatValue, formatValueAsCompactJSON, formatValueAsJSON, getAttributeInfo, getByKey, getID, getName, getSV, modifierFormat, serializeIt, set, setAttributeInfo, toOIF, toOIF, valueChangedMV, valueChangedSVprotected ArrayList<ComponentREF> value
public DmcTypeComponentREFMV()
public DmcTypeComponentREFMV(org.dmd.dmc.DmcAttributeInfo ai)
public DmcTypeComponentREFMV getNew()
getNew in class org.dmd.dmc.DmcAttribute<ComponentREF>public org.dmd.dmc.DmcAttribute<ComponentREF> cloneIt()
cloneIt in class org.dmd.dmc.DmcAttribute<ComponentREF>public ComponentREF add(Object v) throws org.dmd.dmc.DmcValueException
add in class org.dmd.dmc.DmcAttribute<ComponentREF>org.dmd.dmc.DmcValueExceptionpublic ComponentREF del(Object v)
del in class org.dmd.dmc.DmcAttribute<ComponentREF>public Iterator<ComponentREF> getMV()
getMV in class org.dmd.dmc.DmcAttribute<ComponentREF>public ArrayList<ComponentREF> getMVCopy()
public int getMVSize()
getMVSize in class org.dmd.dmc.DmcAttribute<ComponentREF>public ComponentREF getMVnth(int index)
getMVnth in class org.dmd.dmc.DmcAttribute<ComponentREF>public ComponentREF setMVnth(int index, Object v) throws org.dmd.dmc.DmcValueException
setMVnth in class org.dmd.dmc.DmcAttribute<ComponentREF>org.dmd.dmc.DmcValueExceptionpublic boolean hasValue()
hasValue in class org.dmd.dmc.DmcAttribute<ComponentREF>public boolean contains(Object v)
contains in class org.dmd.dmc.DmcAttribute<ComponentREF>Copyright © 2019. All rights reserved.