public class DmcTypeValueSV extends DmcTypeValue implements Serializable
This code was auto-generated and shouldn't be altered manually! Generated from: org.dmd.dms.util.GenUtility.dumpSVType(GenUtility.java:2171) Called from: org.dmd.dms.util.DmoTypeFormatter.dumpTypes(DmoTypeFormatter.java:125)
| Modifier and Type | Field and Description |
|---|---|
protected Value |
value |
attrInfo, ID| Constructor and Description |
|---|
DmcTypeValueSV() |
DmcTypeValueSV(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Value> |
cloneIt()
This method is overridden in the auto-generated classes to create a deep clone
of the attribute.
|
int |
getMVSize()
For a multi-valued attribute, this returns the number of values in the attribute.
|
DmcTypeValueSV |
getNew()
Derived classes must return a new, empty version of themselves.
|
DmcTypeValueSV |
getNew(DmcAttributeInfo ai) |
Value |
getSV()
Returns the single-valued attribute value.
|
Value |
getSVCopy() |
Value |
set(Object v)
Sets the value of a single-valued attribute.
|
cloneValue, deserializeValue, formatValueAsJSON, serializeValue, typeCheckadd, addModsMV, addModsSV, compareTo, contains, containsKey, del, deserializeIt, formatValue, formatValueAsCompactJSON, getAttributeInfo, getByKey, getID, getMV, getMVnth, getName, hasValue, modifierFormat, serializeIt, setAttributeInfo, setMVnth, toOIF, toOIF, valueChangedMV, valueChangedSVprotected Value value
public DmcTypeValueSV()
public DmcTypeValueSV(DmcAttributeInfo ai)
public DmcTypeValueSV getNew()
DmcAttributegetNew in class DmcAttribute<Value>public DmcTypeValueSV getNew(DmcAttributeInfo ai)
public DmcAttribute<Value> cloneIt()
DmcAttributecloneIt in class DmcAttribute<Value>public Value getSVCopy()
public Value set(Object v) throws DmcValueException
DmcAttributeset in class DmcAttribute<Value>v - The value to be setDmcValueException - if the value is not compatible with the underlying type.public Value getSV()
DmcAttributegetSV in class DmcAttribute<Value>public int getMVSize()
DmcAttributegetMVSize in class DmcAttribute<Value>Copyright © 2023. All rights reserved.