public class PrimitiveMVIDXDMO extends DmcObject implements Serializable
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
PrimitiveMVIDXDMO() |
|
PrimitiveMVIDXDMO(DmcTypeModifierMV mods) |
protected |
PrimitiveMVIDXDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addMvIdxString(Object value)
Adds another mvIdxString value.
|
DmcAttribute<?> |
delMvIdxString(Object value)
Deletes a mvIdxString value.
|
DmcAttribute<?> |
delMvIdxString(String value)
Deletes a mvIdxString from the specified value.
|
PrimitiveMVIDXDMO |
getModificationRecorder() |
Iterator<String> |
getMvIdxString() |
int |
getMvIdxStringSize() |
PrimitiveMVIDXDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthMvIdxString(int i) |
PrimitiveMVIDXDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
boolean |
mvIdxStringContains(String value) |
void |
remMvIdxString()
Removes the mvIdxString attribute value.
|
DmcAttribute<?> |
setNthMvIdxString(int index,
String value)
Sets the value at the specified index.
|
add, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, supportsBackrefTracking, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public PrimitiveMVIDXDMO()
protected PrimitiveMVIDXDMO(String oc)
public PrimitiveMVIDXDMO(DmcTypeModifierMV mods)
public PrimitiveMVIDXDMO getNew()
DmcObjectpublic PrimitiveMVIDXDMO getSlice(DmcSliceInfo info)
DmcObjectpublic PrimitiveMVIDXDMO getModificationRecorder()
public String getNthMvIdxString(int i)
i - the indexpublic DmcAttribute<?> setNthMvIdxString(int index, String value)
value - Stringpublic boolean mvIdxStringContains(String value)
value - Stringpublic DmcAttribute<?> addMvIdxString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getMvIdxStringSize()
public DmcAttribute<?> delMvIdxString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delMvIdxString(String value)
value - Stringpublic void remMvIdxString()
Copyright © 2023. All rights reserved.