public class DmcTypeGeneratorMV extends DmcTypeGenerator implements Serializable
This code was auto-generated and shouldn't be altered manually! Generated from: org.dmd.dms.util.GenUtility.dumpMVType(GenUtility.java:2515) Called from: org.dmd.dms.util.DmoTypeFormatter.dumpTypes(DmoTypeFormatter.java:101)
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Generator> |
value |
attrInfo, ID| Constructor and Description |
|---|
DmcTypeGeneratorMV() |
DmcTypeGeneratorMV(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
Generator |
add(Object v)
Adds the specified value to a multi-valued attribute.
|
DmcAttribute<Generator> |
cloneIt()
This method is overridden in the auto-generated classes to create a deep clone
of the attribute.
|
boolean |
contains(Object v)
If we have a multi-valued attribute, we checked to see it it contains the specified value.
|
Generator |
del(Object v)
Removes a value from a multi-valued attribute.
|
Iterator<Generator> |
getMV()
Returns an Iterator over a multi-valued attribute's values.
|
ArrayList<Generator> |
getMVCopy() |
Generator |
getMVnth(int index)
A convenience function to return the nth value from a multi-valued attribute.
|
int |
getMVSize()
For a multi-valued attribute, this returns the number of values in the attribute.
|
DmcTypeGeneratorMV |
getNew()
Derived classes must return a new, empty version of themselves.
|
boolean |
hasValue()
If we have an indexed, multi-valued attribute, this method will traverse all of the slots to determine if we still
have any non-null values.
|
Generator |
setMVnth(int index,
Object v)
For indexed, multi-valued attributes, we set the nth value as specified.
|
cloneValue, deserializeValue, serializeValue, typeCheckaddModsMV, addModsSV, compareTo, containsKey, deserializeIt, formatValue, formatValueAsCompactJSON, formatValueAsJSON, getAttributeInfo, getByKey, getID, getName, getSV, modifierFormat, serializeIt, set, setAttributeInfo, toOIF, toOIF, valueChangedMV, valueChangedSVpublic DmcTypeGeneratorMV()
public DmcTypeGeneratorMV(DmcAttributeInfo ai)
public DmcTypeGeneratorMV getNew()
DmcAttributegetNew in class DmcAttribute<Generator>public DmcAttribute<Generator> cloneIt()
DmcAttributecloneIt in class DmcAttribute<Generator>public Generator add(Object v) throws DmcValueException
DmcAttributeadd in class DmcAttribute<Generator>v - The value to be addedDmcValueException - if the value is not compatible with the underlying type.public Generator del(Object v)
DmcAttributedel in class DmcAttribute<Generator>v - The value to be removed.public Iterator<Generator> getMV()
DmcAttributegetMV in class DmcAttribute<Generator>public int getMVSize()
DmcAttributegetMVSize in class DmcAttribute<Generator>public Generator getMVnth(int index)
DmcAttributegetMVnth in class DmcAttribute<Generator>index - The value index.public Generator setMVnth(int index, Object v) throws DmcValueException
DmcAttributesetMVnth in class DmcAttribute<Generator>index - The value index.v - The value to be set. if the value is null, that index location is nulled.DmcValueExceptionpublic boolean hasValue()
DmcAttributehasValue in class DmcAttribute<Generator>public boolean contains(Object v)
DmcAttributecontains in class DmcAttribute<Generator>v - The object we're looking for.Copyright © 2023. All rights reserved.