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