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