public class PrimitiveMVIDXDMW extends DmwWrapper
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
core| Modifier | Constructor and Description |
|---|---|
|
PrimitiveMVIDXDMW() |
|
PrimitiveMVIDXDMW(DmcTypeModifierMV mods) |
|
PrimitiveMVIDXDMW(PrimitiveMVIDXDMO obj) |
protected |
PrimitiveMVIDXDMW(PrimitiveMVIDXDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMvIdxString(Object value)
Adds another mvIdxString value.
|
PrimitiveMVIDXDMW |
cloneIt() |
void |
delMvIdxString(Object value)
Deletes a mvIdxString value.
|
void |
delMvIdxString(String value)
Deletes a mvIdxString value.
|
PrimitiveMVIDXDMO |
getDMO() |
PrimitiveMVIDXDMW |
getModificationRecorder() |
ArrayList<String> |
getMvIdxStringCopy() |
boolean |
getMvIdxStringHasValue() |
boolean |
getMvIdxStringIsEmpty() |
StringIterableDMW |
getMvIdxStringIterable() |
int |
getMvIdxStringSize() |
String |
getNthMvIdxString(int index)
Gets the mvIdxString value at the specified index.
|
boolean |
mvIdxStringContains(String value) |
void |
remMvIdxString()
Removes the mvIdxString attribute value.
|
void |
setNthMvIdxString(int index,
String value)
Sets a mvIdxString value at the specified index.
|
addAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic PrimitiveMVIDXDMW()
public PrimitiveMVIDXDMW(DmcTypeModifierMV mods)
public PrimitiveMVIDXDMW(PrimitiveMVIDXDMO obj)
protected PrimitiveMVIDXDMW(PrimitiveMVIDXDMO obj, ClassDefinition cd)
public PrimitiveMVIDXDMW getModificationRecorder()
public PrimitiveMVIDXDMW cloneIt()
public PrimitiveMVIDXDMO getDMO()
public int getMvIdxStringSize()
public boolean getMvIdxStringIsEmpty()
public boolean getMvIdxStringHasValue()
public StringIterableDMW getMvIdxStringIterable()
public void addMvIdxString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void setNthMvIdxString(int index,
String value)
index - The index to set.value - A value compatible with Stringpublic String getNthMvIdxString(int index)
index - The index to retreive.public boolean mvIdxStringContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getMvIdxStringCopy()
public void delMvIdxString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delMvIdxString(String value)
value - The String to be deleted from set of attribute values.public void remMvIdxString()
Copyright © 2023. All rights reserved.